AWS CloudFormation · Example Payload

Cloudformation Stack Resource Drift Example

AutomationCloud ResourcesIaCInfrastructure As CodeStack Management

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

Top-level fields

StackIdLogicalResourceIdPhysicalResourceIdPhysicalResourceIdContextResourceTypeExpectedPropertiesActualPropertiesPropertyDifferencesStackResourceDriftStatusTimestamp

Example Payload

Raw ↑
{
  "StackId": "500123",
  "LogicalResourceId": "500123",
  "PhysicalResourceId": "500123",
  "PhysicalResourceIdContext": [],
  "ResourceType": "example_value",
  "ExpectedProperties": "example_value",
  "ActualProperties": "example_value",
  "PropertyDifferences": [],
  "StackResourceDriftStatus": "example_value",
  "Timestamp": "example_value"
}