Skip to content

PrefixListsProps

Properties for defining a PrefixLists.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-vpc-prefixlists

Initializer

import { datasource } from '@alicloud/ros-cdk-vpc'
const prefixListsProps: datasource.PrefixListsProps = { ... }

Properties

Name Type Description
prefixListName string | @alicloud/ros-cdk-core.IResolvable Property prefixListName: The name of the prefix list.
refreshOptions string | @alicloud/ros-cdk-core.IResolvable Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
resourceGroupId string | @alicloud/ros-cdk-core.IResolvable Property resourceGroupId: The ID of the resource group to which the VPC belongs.

prefixListNameOptional

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

Property prefixListName: The name of the prefix list.


refreshOptionsOptional

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

Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

Valid values: - Never: Never refresh the datasource resource when the stack is updated. - Always: Always refresh the datasource resource when the stack is updated. Default is Never.


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.