codegen-resources.waiters-2.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ecr Show documentation
Show all versions of ecr Show documentation
The AWS Java SDK for the Amazon EC2 Container Registry holds the client classes that are used for
communicating with the
Amazon EC2 Container Registry Service
{
"version": 2,
"waiters": {
"ImageScanComplete": {
"description": "Wait until an image scan is complete and findings can be accessed",
"operation": "DescribeImageScanFindings",
"delay": 5,
"maxAttempts": 60,
"acceptors": [
{
"state": "success",
"matcher": "path",
"argument": "imageScanStatus.status",
"expected": "COMPLETE"
},
{
"state": "failure",
"matcher": "path",
"argument": "imageScanStatus.status",
"expected": "FAILED"
}
]
},
"LifecyclePolicyPreviewComplete": {
"description": "Wait until a lifecycle policy preview request is complete and results can be accessed",
"operation": "GetLifecyclePolicyPreview",
"delay": 5,
"maxAttempts": 20,
"acceptors": [
{
"state": "success",
"matcher": "path",
"argument": "status",
"expected": "COMPLETE"
},
{
"state": "failure",
"matcher": "path",
"argument": "status",
"expected": "FAILED"
}
]
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy