python-botocore/botocore/data/cloudwatch/2010-08-01/waiters-2.json
2017-06-27 18:52:19 +09:00

19 lines
335 B
JSON

{
"version": 2,
"waiters": {
"AlarmExists": {
"delay": 5,
"maxAttempts": 40,
"operation": "DescribeAlarms",
"acceptors": [
{
"matcher": "path",
"expected": true,
"argument": "length(MetricAlarms[]) > `0`",
"state": "success"
}
]
}
}
}