AWS::CloudFormation::Interface ParameterLabel - AWS CloudFormation

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 CloudFormation console shows on the Specify Parameters page when a stack is created or updated. The ParameterLogicalID key must be the case-sensitive logical ID of a valid parameter that has been declared in the Parameters section of the template.

Required: No

Type: AWS::CloudFormation::Interface Label