AWS CloudFormation · Example Payload

Cloudformation Parameter Example

AutomationCloud ResourcesIaCInfrastructure As CodeStack Management

Cloudformation Parameter 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

ParameterKeyParameterValueUsePreviousValueResolvedValue

Example Payload

Raw ↑
{
  "ParameterKey": "example_value",
  "ParameterValue": "example_value",
  "UsePreviousValue": true,
  "ResolvedValue": "example_value"
}