Skip to content

WaitOrderProps

Properties for defining a WaitOrder.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-bss-waitorder

Initializer

import ros_cdk_bss
ros_cdk_bss.WaitOrderProps(
  order_ids: typing.Union[typing.List[typing.Any], IResolvable],
  cancel_on_delete: typing.Union[bool, IResolvable] = None,
  wait_for_order_produced: typing.Union[bool, IResolvable] = None
)

Properties

Name Type Description
order_ids typing.Union[typing.List[typing.Any], ros_cdk_core.IResolvable] Property orderIds: A list of order ids.
cancel_on_delete typing.Union[bool, ros_cdk_core.IResolvable] Property cancelOnDelete: Cancel order where delete the resource.
wait_for_order_produced typing.Union[bool, ros_cdk_core.IResolvable] Property waitForOrderProduced: Wait util all orders related ROS resources are produced.

order_idsRequired

order_ids: typing.Union[typing.List[typing.Any], IResolvable]
  • Type: typing.Union[typing.List[typing.Any], ros_cdk_core.IResolvable]

Property orderIds: A list of order ids.


cancel_on_deleteOptional

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

Property cancelOnDelete: Cancel order where delete the resource.

Ignore the paid order. Default true


wait_for_order_producedOptional

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

Property waitForOrderProduced: Wait util all orders related ROS resources are produced.

Support ALIYUN::ECS::PrepayInstance, ALIYUN::RDS::PrepayDBInstance, ALIYUN::REDIS::PrepayInstance, ALIYUN::SLB::LoadBalancer, ALIYUN::VPC::EIP, ALIYUN::VPC::VpnGateway.