Skip to content

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.

prefixListIdRequired

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

refreshOptionsOptional

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