AWS::CloudFormation::StackSet Parameter - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::CloudFormation::StackSet Parameter

The Parameter data type.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "ParameterKey" : String, "ParameterValue" : String }

YAML

ParameterKey: String ParameterValue: String

Properties

ParameterKey

The key associated with the parameter. If you don't specify a key and value for a particular parameter, CloudFormation uses the default value that's specified in your template.

Required: Yes

Type: String

Update requires: No interruption

ParameterValue

The input value associated with the parameter.

Required: Yes

Type: String

Update requires: No interruption