codegen-resources.waiters-2.json Maven / Gradle / Ivy
{
"version": 2,
"waiters": {
"DeploymentSuccessful": {
"delay": 15,
"operation": "GetDeployment",
"maxAttempts": 120,
"acceptors": [
{
"expected": "Succeeded",
"matcher": "path",
"state": "success",
"argument": "deploymentInfo.status"
},
{
"expected": "Failed",
"matcher": "path",
"state": "failure",
"argument": "deploymentInfo.status"
},
{
"expected": "Stopped",
"matcher": "path",
"state": "failure",
"argument": "deploymentInfo.status"
}
]
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy