Amazon CloudFormation · Example Payload

Cloudformation Output Example

CloudFormationInfrastructure as CodeDevOpsIaC

Cloudformation Output Example is an example object payload from Amazon 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": "example-value",
  "ExportName": "example-resource"
}