UNPKG

1.21 kBJSONView Raw
1{
2 "version": 2,
3 "waiters": {
4 "ClusterActive": {
5 "delay": 30,
6 "operation": "DescribeCluster",
7 "maxAttempts": 40,
8 "acceptors": [
9 {
10 "expected": "DELETING",
11 "matcher": "path",
12 "state": "failure",
13 "argument": "cluster.status"
14 },
15 {
16 "expected": "FAILED",
17 "matcher": "path",
18 "state": "failure",
19 "argument": "cluster.status"
20 },
21 {
22 "expected": "ACTIVE",
23 "matcher": "path",
24 "state": "success",
25 "argument": "cluster.status"
26 }
27 ]
28 },
29 "ClusterDeleted": {
30 "delay": 30,
31 "operation": "DescribeCluster",
32 "maxAttempts": 40,
33 "acceptors": [
34 {
35 "expected": "ACTIVE",
36 "matcher": "path",
37 "state": "failure",
38 "argument": "cluster.status"
39 },
40 {
41 "expected": "CREATING",
42 "matcher": "path",
43 "state": "failure",
44 "argument": "cluster.status"
45 },
46 {
47 "expected": "ResourceNotFoundException",
48 "matcher": "error",
49 "state": "success"
50 }
51 ]
52 }
53 }
54}