| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Output
Description
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 mkOutput for a convenient constructor.
Constructors
| Output | |
Fields
| |
Instances
data OutputExport Source #
Constructors
| OutputExport | |
Fields | |
Instances
| ToJSON OutputExport Source # | |
Defined in Stratosphere.Output Methods toJSON :: OutputExport -> Value # toEncoding :: OutputExport -> Encoding # toJSONList :: [OutputExport] -> Value # toEncodingList :: [OutputExport] -> Encoding # omitField :: OutputExport -> Bool # | |
| Show OutputExport Source # | |
Defined in Stratosphere.Output Methods showsPrec :: Int -> OutputExport -> ShowS # show :: OutputExport -> String # showList :: [OutputExport] -> ShowS # | |
| Eq OutputExport Source # | |
Defined in Stratosphere.Output | |
Wrapper around a list of Outputs to we can modify the aeson instances.