AWS CloudFormation · Schema

RollbackConfiguration

AutomationCloud ResourcesIaCInfrastructure As CodeStack Management

Properties

Name Type Description
RollbackTriggers array The triggers to monitor during stack creation or update.
MonitoringTimeInMinutes integer The amount of time to monitor after stack deployment.
View JSON Schema on GitHub

JSON Schema

cloudformation-rollback-configuration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "RollbackConfiguration",
  "type": "object",
  "properties": {
    "RollbackTriggers": {
      "type": "array",
      "description": "The triggers to monitor during stack creation or update."
    },
    "MonitoringTimeInMinutes": {
      "type": "integer",
      "description": "The amount of time to monitor after stack deployment."
    }
  }
}