| 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.AppMesh.Types.JsonFormatRef
Description
Synopsis
Documentation
data JsonFormatRef Source #
An object that represents the key value pairs for the JSON.
See: newJsonFormatRef smart constructor.
Constructors
| JsonFormatRef' | |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> JsonFormatRef |
Create a value of JsonFormatRef 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:JsonFormatRef', jsonFormatRef_key - The specified key for the JSON.
$sel:value:JsonFormatRef', jsonFormatRef_value - The specified value for the JSON.
jsonFormatRef_key :: Lens' JsonFormatRef Text Source #
The specified key for the JSON.
jsonFormatRef_value :: Lens' JsonFormatRef Text Source #
The specified value for the JSON.