AWS CloudFormation · Example Payload

Cloudformation Parameter Declaration Example

AutomationCloud ResourcesIaCInfrastructure As CodeStack Management

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

Top-level fields

ParameterKeyDefaultValueParameterTypeNoEchoDescriptionParameterConstraints

Example Payload

Raw ↑
{
  "ParameterKey": "example_value",
  "DefaultValue": "example_value",
  "ParameterType": "example_value",
  "NoEcho": true,
  "Description": "A sample description.",
  "ParameterConstraints": "example_value"
}