Skip to content

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.

entriesOptional

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.


ipVersionOptional

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.


maxEntriesOptional

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.


prefixListDescriptionOptional

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.


prefixListNameOptional

public readonly prefixListName: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property prefixListName: The name of the prefix list.


resourceGroupIdOptional

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.


tagsOptional

public readonly tags: TagsProperty[];

Property tags: Tags of prefix list.