RosPrefixListsProps
Properties for defining a RosPrefixLists
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-vpc-prefixlists
Initializer
import com.aliyun.ros.cdk.vpc.datasource.RosPrefixListsProps;
RosPrefixListsProps.builder()
// .prefixListName(java.lang.String)
// .prefixListName(IResolvable)
// .refreshOptions(java.lang.String)
// .refreshOptions(IResolvable)
// .resourceGroupId(java.lang.String)
// .resourceGroupId(IResolvable)
.build();
Properties
Name | Type | Description |
---|---|---|
prefixListName |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
refreshOptions |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
resourceGroupId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
prefixListName
Optional
public java.lang.Object getPrefixListName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
refreshOptions
Optional
public java.lang.Object getRefreshOptions();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
resourceGroupId
Optional
public java.lang.Object getResourceGroupId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable