AWS::CloudFormation::Stack Output - 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::Stack Output

The Output data type.

Syntax

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

JSON

{ "Description" : String, "ExportName" : String, "OutputKey" : String, "OutputValue" : String }

YAML

Description: String ExportName: String OutputKey: String OutputValue: String

Properties

Description

User defined description associated with the output.

Required: No

Type: String

Minimum: 1

Maximum: 1024

Update requires: Replacement

ExportName

The name of the export associated with the output.

Required: No

Type: String

Update requires: Replacement

OutputKey

The key associated with the output.

Required: No

Type: String

Update requires: Replacement

OutputValue

The value associated with the output.

Required: No

Type: String

Update requires: Replacement