Amazon CloudFormation · Example Payload

Cloudformation Change Example

CloudFormationInfrastructure as CodeDevOpsIaC

Cloudformation Change 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

TypeResourceChange

Example Payload

Raw ↑
{
  "Type": "Resource",
  "ResourceChange": {
    "Action": "Add",
    "LogicalResourceId": "abc12345",
    "PhysicalResourceId": "abc12345",
    "ResourceType": "example-value",
    "Replacement": "True",
    "Scope": [
      "example-value"
    ]
  }
}