opsworkscm-2016-11-01.waiters2.json 582 B

12345678910111213141516171819202122232425
  1. {
  2. "version": 2,
  3. "waiters": {
  4. "NodeAssociated": {
  5. "delay": 15,
  6. "maxAttempts": 15,
  7. "operation": "DescribeNodeAssociationStatus",
  8. "description": "Wait until node is associated or disassociated.",
  9. "acceptors": [
  10. {
  11. "expected": "SUCCESS",
  12. "state": "success",
  13. "matcher": "path",
  14. "argument": "NodeAssociationStatus"
  15. },
  16. {
  17. "expected": "FAILED",
  18. "state": "failure",
  19. "matcher": "path",
  20. "argument": "NodeAssociationStatus"
  21. }
  22. ]
  23. }
  24. }
  25. }