Skip to content

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.

InstanceIdRequired

InstanceId interface{}
  • Type: interface{}

Property instanceId: The ID of the WAF instance.


ListenRequired

Listen interface{}
  • Type: interface{}

Property listen: Listening information.


RedirectOptional

Redirect interface{}
  • Type: interface{}

Property redirect: Forwarding information.


ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

Property resourceGroupId: The ID of the resource group.