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,
waf_instance_region: 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. |
waf_instance_region | typing.Union[str, ros_cdk_core.IResolvable] | Property wafInstanceRegion: The ID of the resource group. |
instance_idRequired
instance_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property instanceId: The ID of the WAF instance.
listenRequired
listen: typing.Union[IResolvable, ListenProperty]
- Type: typing.Union[ros_cdk_core.IResolvable, ListenProperty]
Property listen: Listening information.
redirectOptional
redirect: typing.Union[IResolvable, RedirectProperty]
- Type: typing.Union[ros_cdk_core.IResolvable, RedirectProperty]
Property redirect: Forwarding information.
resource_group_idOptional
resource_group_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property resourceGroupId: The ID of the resource group.
waf_instance_regionOptional
waf_instance_region: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property wafInstanceRegion: The ID of the resource group.