amazonka-kendra-2.0: Amazon KendraFrontendService SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Kendra.Types.EntityConfiguration

Description

 
Synopsis

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

  • entityId :: Text

    The identifier of a user or group in your IAM Identity Center identity source. For example, a user ID could be an email.

  • entityType :: EntityType

    Specifies whether you are configuring a User or a Group.

Instances

Instances details
ToJSON EntityConfiguration Source # 
Instance details

Defined in Amazonka.Kendra.Types.EntityConfiguration

Generic EntityConfiguration Source # 
Instance details

Defined in Amazonka.Kendra.Types.EntityConfiguration

Associated Types

type Rep EntityConfiguration :: Type -> Type #

Read EntityConfiguration Source # 
Instance details

Defined in Amazonka.Kendra.Types.EntityConfiguration

Show EntityConfiguration Source # 
Instance details

Defined in Amazonka.Kendra.Types.EntityConfiguration

NFData EntityConfiguration Source # 
Instance details

Defined in Amazonka.Kendra.Types.EntityConfiguration

Methods

rnf :: EntityConfiguration -> () #

Eq EntityConfiguration Source # 
Instance details

Defined in Amazonka.Kendra.Types.EntityConfiguration

Hashable EntityConfiguration Source # 
Instance details

Defined in Amazonka.Kendra.Types.EntityConfiguration

type Rep EntityConfiguration Source # 
Instance details

Defined in Amazonka.Kendra.Types.EntityConfiguration

type Rep EntityConfiguration = D1 ('MetaData "EntityConfiguration" "Amazonka.Kendra.Types.EntityConfiguration" "amazonka-kendra-2.0-IHloXAWlYIS8YTp1gXe6J" 'False) (C1 ('MetaCons "EntityConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "entityId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "entityType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EntityType)))

newEntityConfiguration Source #

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.