AWS CloudFormation · Example Payload

Cloudformation Output Example

AutomationCloud ResourcesIaCInfrastructure As CodeStack Management

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

Top-level fields

OutputKeyOutputValueDescriptionExportName

Example Payload

Raw ↑
{
  "OutputKey": "example_value",
  "OutputValue": "example_value",
  "Description": "A sample description.",
  "ExportName": "example_value"
}