AWS CloudFormation · Example Payload

Cloudformation Stack Example

AutomationCloud ResourcesIaCInfrastructure As CodeStack Management

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

Top-level fields

StackIdStackNameChangeSetIdDescriptionCreationTimeDeletionTimeLastUpdatedTimeStackStatusReasonDisableRollbackNotificationARNsTimeoutInMinutesCapabilitiesOutputsRoleARNTagsEnableTerminationProtectionParametersParentIdRootIdDeletionModeDetailedStatusRetainExceptOnCreate

Example Payload

Raw ↑
{
  "StackId": "500123",
  "StackName": "example_value",
  "ChangeSetId": "500123",
  "Description": "A sample description.",
  "CreationTime": "example_value",
  "DeletionTime": "example_value",
  "LastUpdatedTime": "example_value",
  "StackStatusReason": "example_value",
  "DisableRollback": true,
  "NotificationARNs": [],
  "TimeoutInMinutes": 10,
  "Capabilities": [],
  "Outputs": [],
  "RoleARN": "example_value",
  "Tags": [],
  "EnableTerminationProtection": true,
  "Parameters": [],
  "ParentId": "500123",
  "RootId": "500123",
  "DeletionMode": "example_value",
  "DetailedStatus": "example_value",
  "RetainExceptOnCreate": true
}