AWS CloudFormation · Example Payload

Cloudformation Stack Set Summary Example

AutomationCloud ResourcesIaCInfrastructure As CodeStack Management

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

Top-level fields

StackSetNameStackSetIdDescriptionStatusPermissionModelDriftStatusLastDriftCheckTimestamp

Example Payload

Raw ↑
{
  "StackSetName": "example_value",
  "StackSetId": "500123",
  "Description": "A sample description.",
  "Status": "example_value",
  "PermissionModel": "example_value",
  "DriftStatus": "example_value",
  "LastDriftCheckTimestamp": "example_value"
}