| 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.Kendra.Types.EntityConfiguration
Description
Documentation
data EntityConfiguration Source #
Provides the configuration information for users or groups in your IAM Identity Center identity source to grant access your Amazon Kendra experience.
See: newEntityConfiguration smart constructor.
Constructors
| EntityConfiguration' | |
Fields
| |
Instances
newEntityConfiguration Source #
Arguments
| :: Text | |
| -> EntityType | |
| -> EntityConfiguration |
Create a value of EntityConfiguration 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:entityId:EntityConfiguration', entityConfiguration_entityId - The identifier of a user or group in your IAM Identity Center identity
source. For example, a user ID could be an email.
$sel:entityType:EntityConfiguration', entityConfiguration_entityType - Specifies whether you are configuring a User or a Group.
entityConfiguration_entityId :: Lens' EntityConfiguration Text Source #
The identifier of a user or group in your IAM Identity Center identity source. For example, a user ID could be an email.
entityConfiguration_entityType :: Lens' EntityConfiguration EntityType Source #
Specifies whether you are configuring a User or a Group.