Safe Haskell | None |
---|---|
Language | Haskell2010 |
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/outputs-section-structure.html
The optional Outputs section declares output values that you want to view from the AWS CloudFormation console or that you want to return in response to describe stack calls. For example, you can output the Amazon S3 bucket name for a stack so that you can easily find it.
Documentation
See output
for a convenient constructor.
Output | |
|
Wrapper around a list of Output
s to we can modify the aeson instances.
description :: HasDescription s a => Lens' s a Source