This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::CloudFormation::StackSet Parameter
The Parameter data type.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ParameterKey" :String, "ParameterValue" :String}
YAML
ParameterKey:StringParameterValue:String
Properties
- ParameterKey
- 
                    The key associated with the parameter. If you don't specify a key and value for a particular parameter, 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