| 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.MacieV2.Types.KeyValuePair
Description
Synopsis
Documentation
data KeyValuePair Source #
Provides information about the tags that are associated with an S3 bucket or object. Each tag consists of a required tag key and an associated tag value.
See: newKeyValuePair smart constructor.
Constructors
| KeyValuePair' | |
Fields
| |
Instances
newKeyValuePair :: KeyValuePair Source #
Create a value of KeyValuePair 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:KeyValuePair', keyValuePair_key - One part of a key-value pair that comprises a tag. A tag key is a
general label that acts as a category for more specific tag values.
$sel:value:KeyValuePair', keyValuePair_value - One part of a key-value pair that comprises a tag. A tag value acts as a
descriptor for a tag key. A tag value can be an empty string.
keyValuePair_key :: Lens' KeyValuePair (Maybe Text) Source #
One part of a key-value pair that comprises a tag. A tag key is a general label that acts as a category for more specific tag values.
keyValuePair_value :: Lens' KeyValuePair (Maybe Text) Source #
One part of a key-value pair that comprises a tag. A tag value acts as a descriptor for a tag key. A tag value can be an empty string.