Amazon Codedeploy Auto Rollback Configuration Structure
Information about a configuration for automatically rolling back to a previous version of an application revision when a deployment is not completed successfully.
AutoRollbackConfiguration is a JSON Structure definition published by Amazon CodeDeploy, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codedeploy/refs/heads/main/json-structure/amazon-codedeploy-auto-rollback-configuration-structure.json",
"name": "AutoRollbackConfiguration",
"description": "Information about a configuration for automatically rolling back to a previous version of an application revision when a deployment is not completed successfully.",
"type": "object",
"properties": {
"enabled": {
"allOf": [
{
"$ref": "#/components/schemas/Boolean"
},
{
"description": "Indicates whether a defined automatic rollback configuration is currently enabled."
}
]
},
"events": {
"allOf": [
{
"$ref": "#/components/schemas/AutoRollbackEventsList"
},
{
"description": "The event type or types that trigger a rollback."
}
]
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.