AWS::CloudFormation::StackSet Parameter - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::CloudFormation::StackSet Parameter

The Parameter data type.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "ParameterKey" : String, "ParameterValue" : String }

YAML

ParameterKey: String ParameterValue: String

Properties

ParameterKey

The key associated with the parameter. If you don't specify a key and value for a particular parameter, Amazon CloudFormation uses the default value that's specified in your template.

Required: Yes

Type: String

Update requires: No interruption

ParameterValue

The input value associated with the parameter.

Required: Yes

Type: String

Update requires: No interruption