PrefixListProps
Properties for defining a PrefixList
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-prefixlist
Initializer
import { PrefixListProps } from '@alicloud/ros-cdk-vpc'
const prefixListProps: PrefixListProps = { ... }
Properties
Name | Type | Description |
---|---|---|
entries |
@alicloud/ros-cdk-core.IResolvable | @alicloud/ros-cdk-core.IResolvable | EntriesProperty[] |
Property entries: The CIDR address block list of the prefix list. |
ipVersion |
string | @alicloud/ros-cdk-core.IResolvable |
Property ipVersion: The IP version of the prefix list. |
maxEntries |
number | @alicloud/ros-cdk-core.IResolvable |
Property maxEntries: The maximum number of entries for CIDR address blocks in the prefix list. |
prefixListDescription |
string | @alicloud/ros-cdk-core.IResolvable |
Property prefixListDescription: The description of the prefix list. |
prefixListName |
string | @alicloud/ros-cdk-core.IResolvable |
Property prefixListName: The name of the prefix list. |
resourceGroupId |
string | @alicloud/ros-cdk-core.IResolvable |
Property resourceGroupId: The ID of the resource group to which the VPC belongs. |
tags |
TagsProperty[] |
Property tags: Tags of prefix list. |
entries
Optional
public readonly entries: IResolvable | IResolvable | EntriesProperty[];
- Type: @alicloud/ros-cdk-core.IResolvable | @alicloud/ros-cdk-core.IResolvable | EntriesProperty[]
Property entries: The CIDR address block list of the prefix list.
ipVersion
Optional
public readonly ipVersion: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property ipVersion: The IP version of the prefix list.
Value: - IPvv4:IPv4 version. - IPv6:IPv6.
maxEntries
Optional
public readonly maxEntries: number | IResolvable;
- Type: number | @alicloud/ros-cdk-core.IResolvable
Property maxEntries: The maximum number of entries for CIDR address blocks in the prefix list.
prefixListDescription
Optional
public readonly prefixListDescription: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property prefixListDescription: The description of the prefix list.
It must be 2 to 256 characters in length and must start with a letter or Chinese, but cannot start with http:\/\/ or https.
prefixListName
Optional
public readonly prefixListName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property prefixListName: The name of the prefix list.
resourceGroupId
Optional
public readonly resourceGroupId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property resourceGroupId: The ID of the resource group to which the VPC belongs.
tags
Optional
public readonly tags: TagsProperty[];
- Type: TagsProperty[]
Property tags: Tags of prefix list.