Skip to content

WaitOrderProps

Properties for defining a WaitOrder.

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

Initializer

import { WaitOrderProps } from '@alicloud/ros-cdk-bss'
const waitOrderProps: WaitOrderProps = { ... }

Properties

Name Type Description
orderIds any[] | @alicloud/ros-cdk-core.IResolvable Property orderIds: A list of order ids.
cancelOnDelete boolean | @alicloud/ros-cdk-core.IResolvable Property cancelOnDelete: Cancel order where delete the resource.
waitForOrderProduced boolean | @alicloud/ros-cdk-core.IResolvable Property waitForOrderProduced: Wait util all orders related ROS resources are produced.

orderIdsRequired

public readonly orderIds: any[] | IResolvable;
  • Type: any[] | @alicloud/ros-cdk-core.IResolvable

Property orderIds: A list of order ids.


cancelOnDeleteOptional

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

Property cancelOnDelete: Cancel order where delete the resource.

Ignore the paid order. Default true


waitForOrderProducedOptional

public readonly waitForOrderProduced: boolean | IResolvable;
  • Type: boolean | @alicloud/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.