Skip to content

CenBandwidthPackagesProps

Properties for defining a CenBandwidthPackages.

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

Initializer

from ros_cdk_cen import datasource
datasource.CenBandwidthPackagesProps(
  filter: typing.Union[IResolvable, typing.List[typing.Union[FilterProperty, IResolvable]]] = None,
  include_reservation_data: typing.Union[bool, IResolvable] = None,
  is_or_key: typing.Union[bool, IResolvable] = None,
  refresh_options: typing.Union[str, IResolvable] = None
)

Properties

Name Type Description
filter typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[ros_cdk_cen.datasource.RosCenBandwidthPackages.FilterProperty, ros_cdk_core.IResolvable]]] Property filter: Filter value when querying resources.
include_reservation_data typing.Union[bool, ros_cdk_core.IResolvable] Property includeReservationData: Specifies whether to include renewal data.
is_or_key typing.Union[bool, ros_cdk_core.IResolvable] Property isOrKey: The logical operator between the filter conditions.
refresh_options typing.Union[str, ros_cdk_core.IResolvable] Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

filterOptional

filter: typing.Union[IResolvable, typing.List[typing.Union[FilterProperty, IResolvable]]]
  • Type: typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[ros_cdk_cen.datasource.RosCenBandwidthPackages.FilterProperty, ros_cdk_core.IResolvable]]]

Property filter: Filter value when querying resources.


include_reservation_dataOptional

include_reservation_data: typing.Union[bool, IResolvable]
  • Type: typing.Union[bool, ros_cdk_core.IResolvable]

Property includeReservationData: Specifies whether to include renewal data.


is_or_keyOptional

is_or_key: typing.Union[bool, IResolvable]
  • Type: typing.Union[bool, ros_cdk_core.IResolvable]

Property isOrKey: The logical operator between the filter conditions.


refresh_optionsOptional

refresh_options: typing.Union[str, IResolvable]
  • Type: typing.Union[str, 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.