lambdaws
Version:
AWS lambda functions made easy
24 lines (23 loc) • 468 B
JSON
{
"waiters": {
"__default__": {
"interval": 3,
"max_attempts": 15
},
"__VaultState": {
"operation": "DescribeVault"
},
"VaultExists": {
"extends": "__VaultState",
"ignore_errors": [
"ResourceNotFoundException"
],
"success_type": "output"
},
"VaultNotExists": {
"extends": "__VaultState",
"success_type": "error",
"success_value": "ResourceNotFoundException"
}
}
}