Amazon CloudFormation · Example Payload

Cloudformation Rollback Configuration Example

CloudFormationInfrastructure as CodeDevOpsIaC

Cloudformation Rollback Configuration Example is an example object payload from Amazon CloudFormation, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

RollbackTriggersMonitoringTimeInMinutes

Example Payload

Raw ↑
{
  "RollbackTriggers": [
    {
      "Arn": "arn:aws:::example/abc12345",
      "Type": "example-value"
    }
  ],
  "MonitoringTimeInMinutes": 100
}