Count |
String
|
Required: No. The number of success signals that AWS CloudFormation must receive before it continues
the stack creation process. When the wait condition receives the requisite
number of success signals, AWS CloudFormation resumes the creation of the stack. If the
wait condition does not receive the specified number of success signals
before the Timeout period expires, AWS CloudFormation assumes that the wait condition has
failed and rolls the stack back.Update requires: Updates are not supported. |
Handle |
String
|
Required: Yes. A reference to the wait condition handle used to signal this wait
condition. Use the Ref intrinsic function to specify an
AWS::CloudFormation::WaitConditionHandle resource.Anytime you add a WaitCondition resource during a stack update, you must
associate the wait condition with a new WaitConditionHandle resource. Do not
reuse an old wait condition handle that has already been defined in the
template. If you reuse a wait condition handle, the wait condition might
evaluate old signals from a previous create or update stack command.Update requires: Updates are not supported. |
Timeout |
String
|
Required: Yes. The length of time (in seconds) to wait for the number of signals that the
Count property specifies. Timeout is a
minimum-bound property, meaning the timeout occurs no sooner than the time
you specify, but can occur shortly thereafter. The maximum time that can be
specified for this property is 12 hours (43200 seconds).Update requires: Updates are not supported. |