Skip to content

Instantly share code, notes, and snippets.

@schen1628
Created May 8, 2014 19:39
Show Gist options
  • Save schen1628/5d6fe0d2ca6aca4da15d to your computer and use it in GitHub Desktop.
Save schen1628/5d6fe0d2ca6aca4da15d to your computer and use it in GitHub Desktop.
"WaitHandle" : {
"Type" : "AWS::CloudFormation::WaitConditionHandle"
},
"WaitCondition" : {
"Type" : "AWS::CloudFormation::WaitCondition",
"DependsOn" : "OperatorInstance",
"Properties" : {
"Handle" : {"Ref" : "WaitHandle"},
"Timeout" : "300"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment