| 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 |
Amazonka.Proton.Types.Output
Description
Documentation
An infrastructure as code defined resource output.
See: newOutput smart constructor.
Constructors
| Output' | |
Instances
| FromJSON Output Source # | |
| ToJSON Output Source # | |
Defined in Amazonka.Proton.Types.Output | |
| Generic Output Source # | |
| Show Output Source # | |
| NFData Output Source # | |
Defined in Amazonka.Proton.Types.Output | |
| Eq Output Source # | |
| Hashable Output Source # | |
Defined in Amazonka.Proton.Types.Output | |
| type Rep Output Source # | |
Defined in Amazonka.Proton.Types.Output type Rep Output = D1 ('MetaData "Output" "Amazonka.Proton.Types.Output" "amazonka-proton-2.0-LlJ92rKPVfGGXHsLqGeI74" 'False) (C1 ('MetaCons "Output'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "valueString") '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:key:Output', output_key - The output key.
$sel:valueString:Output', output_valueString - The output value.