| 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.TagRef
Description
Documentation
Optional metadata that you apply to a resource to assist with categorization and organization. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.
See: newTagRef smart constructor.
Constructors
| TagRef' | |
Instances
| FromJSON TagRef Source # | |
| ToJSON TagRef Source # | |
Defined in Amazonka.AppMesh.Types.TagRef | |
| Generic TagRef Source # | |
| Read TagRef Source # | |
| Show TagRef Source # | |
| NFData TagRef Source # | |
Defined in Amazonka.AppMesh.Types.TagRef | |
| Eq TagRef Source # | |
| Hashable TagRef Source # | |
Defined in Amazonka.AppMesh.Types.TagRef | |
| type Rep TagRef Source # | |
Defined in Amazonka.AppMesh.Types.TagRef type Rep TagRef = D1 ('MetaData "TagRef" "Amazonka.AppMesh.Types.TagRef" "amazonka-appmesh-2.0-GBIHUgXnP8s1LEJyvNe1ca" 'False) (C1 ('MetaCons "TagRef'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) | |
Create a value of TagRef 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:TagRef', tagRef_key - One part of a key-value pair that make up a tag. A key is a general
label that acts like a category for more specific tag values.
$sel:value:TagRef', tagRef_value - The optional part of a key-value pair that make up a tag. A value acts
as a descriptor within a tag category (key).