RosPrefixListProps
Properties for defining a RosPrefixList
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-vpc-prefixlist
Initializer
import { datasource } from '@alicloud/ros-cdk-vpc'
const rosPrefixListProps: datasource.RosPrefixListProps = { ... }
Properties
Name | Type | Description |
---|---|---|
prefixListId |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
refreshOptions |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
prefixListId
Required
public readonly prefixListId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
refreshOptions
Optional
public readonly refreshOptions: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable