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:
String
ParameterValue:String
Properties
ParameterKey
-
The key associated with the parameter. If you don't specify a key and value for a particular parameter, AWS 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