AWS CloudFormation · Example Payload

Cloudformation Stack Summary Example

AutomationCloud ResourcesIaCInfrastructure As CodeStack Management

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

Top-level fields

StackIdStackNameTemplateDescriptionCreationTimeLastUpdatedTimeDeletionTimeStackStatusReasonParentIdRootId

Example Payload

Raw ↑
{
  "StackId": "500123",
  "StackName": "example_value",
  "TemplateDescription": "example_value",
  "CreationTime": "example_value",
  "LastUpdatedTime": "example_value",
  "DeletionTime": "example_value",
  "StackStatusReason": "example_value",
  "ParentId": "500123",
  "RootId": "500123"
}