Skip to content

WaitConditionProps

Properties for defining a WaitCondition.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkros"
&alicloudroscdkros.WaitConditionProps {
    Handle: interface{},
    Timeout: interface{},
    Count: interface{},
    ShowProgressEvent: interface{},
}

Properties

Name Type Description
Handle interface{} Property handle: A reference to the wait condition handle used to signal this wait condition.
Timeout interface{} Property timeout: The number of seconds to wait for the correct number of signals to arrive.
Count interface{} Property count: The number of success signals that must be received before the stack creation process continues.
ShowProgressEvent interface{} Property showProgressEvent: Whether to generate progress changed event.

HandleRequired

Handle interface{}
  • Type: interface{}

Property handle: A reference to the wait condition handle used to signal this wait condition.


TimeoutRequired

Timeout interface{}
  • Type: interface{}

Property timeout: The number of seconds to wait for the correct number of signals to arrive.


CountOptional

Count interface{}
  • Type: interface{}

Property count: The number of success signals that must be received before the stack creation process continues.


ShowProgressEventOptional

ShowProgressEvent interface{}
  • Type: interface{}

Property showProgressEvent: Whether to generate progress changed event.

Default to Disabled.