Amazon CloudFormation · Example Payload

Cloudformation Stack Resource Example

CloudFormationInfrastructure as CodeDevOpsIaC

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

Top-level fields

StackNameStackIdLogicalResourceIdPhysicalResourceIdResourceTypeTimestampResourceStatusResourceStatusReasonDescriptionDriftInformation

Example Payload

Raw ↑
{
  "StackName": "example-resource",
  "StackId": "abc12345",
  "LogicalResourceId": "abc12345",
  "PhysicalResourceId": "abc12345",
  "ResourceType": "example-value",
  "Timestamp": "2025-03-15T14:30:00Z",
  "ResourceStatus": "CREATE_IN_PROGRESS",
  "ResourceStatusReason": "ACTIVE",
  "Description": "example-value",
  "DriftInformation": "example-value"
}