AWS CloudFormation · Example Payload

Cloudformation Export Example

AutomationCloud ResourcesIaCInfrastructure As CodeStack Management

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

Top-level fields

ExportingStackIdNameValue

Example Payload

Raw ↑
{
  "ExportingStackId": "500123",
  "Name": "Example Title",
  "Value": "example_value"
}