Skip to content

TGWProps

Properties for defining a TGW.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-waf3-tgw

Initializer

using AlibabaCloud.SDK.ROS.CDK.Waf3;
new TGWProps {
    object InstanceId,
    object Listen,
    object Redirect = null,
    object ResourceGroupId = null
};

Properties

Name Type Description
InstanceId object Property instanceId: The ID of the WAF instance.
Listen object Property listen: Listening information.
Redirect object Property redirect: Forwarding information.
ResourceGroupId object Property resourceGroupId: The ID of the resource group.

InstanceIdRequired

public object InstanceId { get; set; }
  • Type: object

Property instanceId: The ID of the WAF instance.


ListenRequired

public object Listen { get; set; }
  • Type: object

Property listen: Listening information.


RedirectOptional

public object Redirect { get; set; }
  • Type: object

Property redirect: Forwarding information.


ResourceGroupIdOptional

public object ResourceGroupId { get; set; }
  • Type: object

Property resourceGroupId: The ID of the resource group.