macie2-2020-01-01.waiters2.json 553 B

12345678910111213141516171819202122232425
  1. {
  2. "version": 2,
  3. "waiters": {
  4. "FindingRevealed": {
  5. "description": "Wait until the sensitive data occurrences are ready.",
  6. "delay": 2,
  7. "maxAttempts": 60,
  8. "operation": "GetSensitiveDataOccurrences",
  9. "acceptors": [
  10. {
  11. "matcher": "path",
  12. "argument": "status",
  13. "state": "success",
  14. "expected": "SUCCESS"
  15. },
  16. {
  17. "matcher": "path",
  18. "argument": "status",
  19. "state": "success",
  20. "expected": "ERROR"
  21. }
  22. ]
  23. }
  24. }
  25. }