Skip to content

TGWProps

Properties for defining a TGW.

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

Initializer

import com.aliyun.ros.cdk.waf3.TGWProps;
TGWProps.builder()
    .instanceId(java.lang.String)
    .instanceId(IResolvable)
    .listen(IResolvable)
    .listen(ListenProperty)
//  .redirect(IResolvable)
//  .redirect(RedirectProperty)
//  .resourceGroupId(java.lang.String)
//  .resourceGroupId(IResolvable)
    .build();

Properties

Name Type Description
instanceId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property instanceId: The ID of the WAF instance.
listen com.aliyun.ros.cdk.core.IResolvable OR ListenProperty Property listen: Listening information.
redirect com.aliyun.ros.cdk.core.IResolvable OR RedirectProperty Property redirect: Forwarding information.
resourceGroupId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property resourceGroupId: The ID of the resource group.

instanceIdRequired

public java.lang.Object getInstanceId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property instanceId: The ID of the WAF instance.


listenRequired

public java.lang.Object getListen();

Property listen: Listening information.


redirectOptional

public java.lang.Object getRedirect();

Property redirect: Forwarding information.


resourceGroupIdOptional

public java.lang.Object getResourceGroupId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property resourceGroupId: The ID of the resource group.