Amazon CloudFormation · JSON Structure

Cloudformation Rollback Configuration Structure

RollbackConfiguration schema

Type: object Properties: 2
CloudFormationInfrastructure as CodeDevOpsIaC

RollbackConfiguration is a JSON Structure definition published by Amazon CloudFormation, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

RollbackTriggers MonitoringTimeInMinutes

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-cloudformation/refs/heads/main/json-structure/cloudformation-rollback-configuration-structure.json",
  "name": "RollbackConfiguration",
  "description": "RollbackConfiguration schema",
  "type": "object",
  "properties": {
    "RollbackTriggers": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "Arn": {
            "type": "string"
          },
          "Type": {
            "type": "string"
          }
        }
      }
    },
    "MonitoringTimeInMinutes": {
      "type": "int32"
    }
  }
}