Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data Output = Output' {
- description :: Maybe Text
- exportName :: Maybe Text
- outputKey :: Maybe Text
- outputValue :: Maybe Text
- newOutput :: Output
- output_description :: Lens' Output (Maybe Text)
- output_exportName :: Lens' Output (Maybe Text)
- output_outputKey :: Lens' Output (Maybe Text)
- output_outputValue :: Lens' Output (Maybe Text)
Documentation
The Output data type.
See: newOutput
smart constructor.
Output' | |
|
Instances
FromXML Output Source # | |
Generic Output Source # | |
Read Output Source # | |
Show Output Source # | |
NFData Output Source # | |
Defined in Amazonka.CloudFormation.Types.Output | |
Eq Output Source # | |
Hashable Output Source # | |
Defined in Amazonka.CloudFormation.Types.Output | |
type Rep Output Source # | |
Defined in Amazonka.CloudFormation.Types.Output type Rep Output = D1 ('MetaData "Output" "Amazonka.CloudFormation.Types.Output" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'False) (C1 ('MetaCons "Output'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "exportName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "outputKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "outputValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) |
Create a value of Output
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:description:Output'
, output_description
- User defined description associated with the output.
$sel:exportName:Output'
, output_exportName
- The name of the export associated with the output.
$sel:outputKey:Output'
, output_outputKey
- The key associated with the output.
$sel:outputValue:Output'
, output_outputValue
- The value associated with the output.
output_description :: Lens' Output (Maybe Text) Source #
User defined description associated with the output.