RosTGWProps
Properties for defining a RosTGW
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-waf3-tgw
Initializer
import com.aliyun.ros.cdk.waf3.RosTGWProps;
RosTGWProps.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 |
No description. |
listen |
com.aliyun.ros.cdk.core.IResolvable OR ListenProperty |
No description. |
redirect |
com.aliyun.ros.cdk.core.IResolvable OR RedirectProperty |
No description. |
resourceGroupId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
instanceId
Required
public java.lang.Object getInstanceId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
listen
Required
public java.lang.Object getListen();
- Type: com.aliyun.ros.cdk.core.IResolvable OR ListenProperty
redirect
Optional
public java.lang.Object getRedirect();
- Type: com.aliyun.ros.cdk.core.IResolvable OR RedirectProperty
resourceGroupId
Optional
public java.lang.Object getResourceGroupId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable