This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::CloudFormation::Stack Output
The Output data type.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Description" :String, "ExportName" :String, "OutputKey" :String, "OutputValue" :String}
YAML
Description:StringExportName:StringOutputKey:StringOutputValue:String
Properties
Description-
User defined description associated with the output.
Required: No
Type: String
Minimum:
1Maximum:
1024Update 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