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. |
filter
Optional
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.
includeReservationData
Optional
public readonly includeReservationData: boolean | IResolvable;
- Type: boolean | @alicloud/ros-cdk-core.IResolvable
Property includeReservationData: Specifies whether to include renewal data.
isOrKey
Optional
public readonly isOrKey: boolean | IResolvable;
- Type: boolean | @alicloud/ros-cdk-core.IResolvable
Property isOrKey: The logical operator between the filter conditions.
refreshOptions
Optional
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.