AWS::CloudFormation::Interface ParameterLabel - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 Amazon 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