AWS CloudFormation Interface ParameterGroup
ParameterGroup is a property of the AWS::CloudFormation::Interface resource that defines a parameter
group and the parameters to include in the group.
Syntax
JSON
{ "Label" :Label, "Parameters" : [String, ...] }
YAML
Label:LabelParameters: -String
Properties
Label-
A name for the parameter group.
Required: No
Parameters-
A list of case-sensitive parameter logical IDs to include in the group. Parameters must already be defined in the
Parameterssection of the template. A parameter can be included in only one parameter group.The console lists the parameters that you don't associate with a parameter group in alphabetical order in the
Other parametersgroup.Required: No
Type: List of String values
