Skip to content

CenBandwidthPackagesProps

Properties for defining a CenBandwidthPackages.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-cen-cenbandwidthpackages

Initializer

import { datasource } from '@alicloud/ros-cdk-cen'
const cenBandwidthPackagesProps: datasource.CenBandwidthPackagesProps = { ... }

Properties

Name Type Description
filter @alicloud/ros-cdk-core.IResolvable | @alicloud/ros-cdk-cen.datasource.RosCenBandwidthPackages.FilterProperty | @alicloud/ros-cdk-core.IResolvable[] Property filter: Filter value when querying resources.
includeReservationData boolean | @alicloud/ros-cdk-core.IResolvable Property includeReservationData: Specifies whether to include renewal data.
isOrKey boolean | @alicloud/ros-cdk-core.IResolvable Property isOrKey: The logical operator between the filter conditions.
refreshOptions string | @alicloud/ros-cdk-core.IResolvable Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

filterOptional

public readonly filter: IResolvable | FilterProperty | IResolvable[];
  • Type: @alicloud/ros-cdk-core.IResolvable | @alicloud/ros-cdk-cen.datasource.RosCenBandwidthPackages.FilterProperty | @alicloud/ros-cdk-core.IResolvable[]

Property filter: Filter value when querying resources.


includeReservationDataOptional

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

Property includeReservationData: Specifies whether to include renewal data.


isOrKeyOptional

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

Property isOrKey: The logical operator between the filter conditions.


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.