💾 Archived View for cfdocs.wetterberg.nu › aws-properties-cloudformation-interface-parametergroup.ge… captured on 2024-05-12 at 16:02:01. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2021-12-03)
-=-=-=-=-=-=-
`ParameterGroup` is a property of the AWS::CloudFormation::Interface resource that defines a parameter group and the parameters to include in the group.
AWS::CloudFormation::Interface
{ "Label" : Label, "Parameters" : [ String, ... ] }
Label: Label Parameters: - String
`Label`
A name for the parameter group.
AWS::CloudFormation::Interface Label
`Parameters`
A list of case-sensitive parameter logical IDs to include in the group. Parameters must already be defined in the `Parameters` section 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 parameters` group.