Backend half
This commit is contained in:
Generated
Vendored
+31
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"version": 2,
|
||||
"waiters": {
|
||||
"AlarmExists": {
|
||||
"delay": 5,
|
||||
"maxAttempts": 40,
|
||||
"operation": "DescribeAlarms",
|
||||
"acceptors": [
|
||||
{
|
||||
"matcher": "path",
|
||||
"expected": true,
|
||||
"argument": "length(MetricAlarms[]) > `0`",
|
||||
"state": "success"
|
||||
}
|
||||
]
|
||||
},
|
||||
"CompositeAlarmExists": {
|
||||
"delay": 5,
|
||||
"maxAttempts": 40,
|
||||
"operation": "DescribeAlarms",
|
||||
"acceptors": [
|
||||
{
|
||||
"matcher": "path",
|
||||
"expected": true,
|
||||
"argument": "length(CompositeAlarms[]) > `0`",
|
||||
"state": "success"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user