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. |
instanceId
Required
public java.lang.Object getInstanceId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property instanceId: The ID of the WAF instance.
listen
Required
public java.lang.Object getListen();
- Type: com.aliyun.ros.cdk.core.IResolvable OR ListenProperty
Property listen: Listening information.
redirect
Optional
public java.lang.Object getRedirect();
- Type: com.aliyun.ros.cdk.core.IResolvable OR RedirectProperty
Property redirect: Forwarding information.
resourceGroupId
Optional
public java.lang.Object getResourceGroupId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property resourceGroupId: The ID of the resource group.