TGWProps
Properties for defining a TGW
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-waf3-tgw
Initializer
import ros_cdk_waf3
ros_cdk_waf3.TGWProps(
instance_id: typing.Union[str, IResolvable],
listen: typing.Union[IResolvable, ListenProperty],
redirect: typing.Union[IResolvable, RedirectProperty] = None,
resource_group_id: typing.Union[str, IResolvable] = None
)
Properties
Name | Type | Description |
---|---|---|
instance_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property instanceId: The ID of the WAF instance. |
listen |
typing.Union[ros_cdk_core.IResolvable, ListenProperty] |
Property listen: Listening information. |
redirect |
typing.Union[ros_cdk_core.IResolvable, RedirectProperty] |
Property redirect: Forwarding information. |
resource_group_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property resourceGroupId: The ID of the resource group. |
instance_id
Required
instance_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property instanceId: The ID of the WAF instance.
listen
Required
listen: typing.Union[IResolvable, ListenProperty]
- Type: typing.Union[ros_cdk_core.IResolvable, ListenProperty]
Property listen: Listening information.
redirect
Optional
redirect: typing.Union[IResolvable, RedirectProperty]
- Type: typing.Union[ros_cdk_core.IResolvable, RedirectProperty]
Property redirect: Forwarding information.
resource_group_id
Optional
resource_group_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property resourceGroupId: The ID of the resource group.