TGWProps
Properties for defining a TGW
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-waf3-tgw
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkwaf3"
&alicloudroscdkwaf3.TGWProps {
InstanceId: interface{},
Listen: interface{},
Redirect: interface{},
ResourceGroupId: interface{},
}
Properties
Name | Type | Description |
---|---|---|
InstanceId |
interface{} |
Property instanceId: The ID of the WAF instance. |
Listen |
interface{} |
Property listen: Listening information. |
Redirect |
interface{} |
Property redirect: Forwarding information. |
ResourceGroupId |
interface{} |
Property resourceGroupId: The ID of the resource group. |
InstanceId
Required
InstanceId interface{}
- Type: interface{}
Property instanceId: The ID of the WAF instance.
Listen
Required
Listen interface{}
- Type: interface{}
Property listen: Listening information.
Redirect
Optional
Redirect interface{}
- Type: interface{}
Property redirect: Forwarding information.
ResourceGroupId
Optional
ResourceGroupId interface{}
- Type: interface{}
Property resourceGroupId: The ID of the resource group.