| 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.IdentityStore.Types.UniqueAttribute
Description
Documentation
data UniqueAttribute Source #
An entity attribute that's unique to a specific entity.
See: newUniqueAttribute smart constructor.
Constructors
| UniqueAttribute' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> AttributeValue | |
| -> UniqueAttribute |
Create a value of UniqueAttribute 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:attributePath:UniqueAttribute', uniqueAttribute_attributePath - A string representation of the path to a given attribute or
sub-attribute. Supports JMESPath.
$sel:attributeValue:UniqueAttribute', uniqueAttribute_attributeValue - The value of the attribute. This is a Document type. This type is not
supported by Java V1, Go V1, and older versions of the AWS CLI.
uniqueAttribute_attributePath :: Lens' UniqueAttribute Text Source #
A string representation of the path to a given attribute or sub-attribute. Supports JMESPath.
uniqueAttribute_attributeValue :: Lens' UniqueAttribute AttributeValue Source #
The value of the attribute. This is a Document type. This type is not
supported by Java V1, Go V1, and older versions of the AWS CLI.