Skip to content

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.

instanceIdRequired

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

listenRequired

public java.lang.Object getListen();

redirectOptional

public java.lang.Object getRedirect();

resourceGroupIdOptional

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