AWS::CloudFormation::Stack Output - AWS CloudFormation (original) (raw)
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: 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
AWS::CloudFormation::Stack
Tag
Did this page help you? - Yes
Thanks for letting us know we're doing a good job!
If you've got a moment, please tell us what we did right so we can do more of it.
Did this page help you? - No
Thanks for letting us know this page needs work. We're sorry we let you down.
If you've got a moment, please tell us how we can make the documentation better.