💾 Archived View for cfdocs.wetterberg.nu › aws-properties-cloudformation-interface-parameterlabel.ge… captured on 2024-05-12 at 16:02:04. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2021-12-03)

-=-=-=-=-=-=-

AWS::CloudFormation::Interface ParameterLabel

Search

`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.

AWS::CloudFormation::Interface

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 `ParameterLogicalID` key must be the case-sensitive logical ID of a valid parameter that has been declared in the `Parameters` section of the template.

AWS::CloudFormation::Interface Label