AWS CloudFormation Interface ParameterLabel
ParameterLabel is a property of the AWS::CloudFormation::Interface resource that specifies a friendly
name or description for a parameter that the AWS CloudFormation console shows instead
of the parameter's
logical ID.
Syntax
JSON
{ "ParameterLogicalID" :Label}
YAML
ParameterLogicalID:Label
Properties
ParameterLogicalID-
A label for a parameter. The label defines a friendly name or description that the AWS CloudFormation console shows on the Specify Parameters page when a stack is created or updated. The
key must be the case-sensitive logical ID of a valid parameter that has been declared in theParameterLogicalIDParameterssection of the template.Required: No
