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.PutPrincipalMapping

Description

Maps users to their groups so that you only need to provide the user ID when you issue the query.

You can also map sub groups to groups. For example, the group "Company Intellectual Property Teams" includes sub groups "Research" and "Engineering". These sub groups include their own list of users or people who work in these teams. Only users who work in research and engineering, and therefore belong in the intellectual property group, can see top-secret company documents in their search results.

This is useful for user context filtering, where search results are filtered based on the user or their group access to documents. For more information, see Filtering on user context.

If more than five PUT actions for a group are currently processing, a validation exception is thrown.

PutPrincipalMapping is currently not supported in the Amazon Web Services GovCloud (US-West) region.

Synopsis

Creating a Request

data PutPrincipalMapping Source #

See: newPutPrincipalMapping smart constructor.

Constructors

PutPrincipalMapping' 

Fields

  • dataSourceId :: Maybe Text

    The identifier of the data source you want to map users to their groups.

    This is useful if a group is tied to multiple data sources, but you only want the group to access documents of a certain data source. For example, the groups "Research", "Engineering", and "Sales and Marketing" are all tied to the company's documents stored in the data sources Confluence and Salesforce. However, "Sales and Marketing" team only needs access to customer-related documents stored in Salesforce.

  • orderingId :: Maybe Natural

    The timestamp identifier you specify to ensure Amazon Kendra does not override the latest PUT action with previous actions. The highest number ID, which is the ordering ID, is the latest action you want to process and apply on top of other actions with lower number IDs. This prevents previous actions with lower number IDs from possibly overriding the latest action.

    The ordering ID can be the UNIX time of the last update you made to a group members list. You would then provide this list when calling PutPrincipalMapping. This ensures your PUT action for that updated group with the latest members list doesn't get overwritten by earlier PUT actions for the same group which are yet to be processed.

    The default ordering ID is the current UNIX time in milliseconds that the action was received by Amazon Kendra.

  • roleArn :: Maybe Text

    The Amazon Resource Name (ARN) of a role that has access to the S3 file that contains your list of users or sub groups that belong to a group.

    For more information, see IAM roles for Amazon Kendra.

  • indexId :: Text

    The identifier of the index you want to map users to their groups.

  • groupId :: Text

    The identifier of the group you want to map its users to.

  • groupMembers :: GroupMembers

    The list that contains your users or sub groups that belong the same group.

    For example, the group "Company" includes the user "CEO" and the sub groups "Research", "Engineering", and "Sales and Marketing".

    If you have more than 1000 users and/or sub groups for a single group, you need to provide the path to the S3 file that lists your users and sub groups for a group. Your sub groups can contain more than 1000 users, but the list of sub groups that belong to a group (and/or users) must be no more than 1000.

Instances

Instances details
ToJSON PutPrincipalMapping Source # 
Instance details

Defined in Amazonka.Kendra.PutPrincipalMapping

ToHeaders PutPrincipalMapping Source # 
Instance details

Defined in Amazonka.Kendra.PutPrincipalMapping

ToPath PutPrincipalMapping Source # 
Instance details

Defined in Amazonka.Kendra.PutPrincipalMapping

ToQuery PutPrincipalMapping Source # 
Instance details

Defined in Amazonka.Kendra.PutPrincipalMapping

AWSRequest PutPrincipalMapping Source # 
Instance details

Defined in Amazonka.Kendra.PutPrincipalMapping

Associated Types

type AWSResponse PutPrincipalMapping #

Generic PutPrincipalMapping Source # 
Instance details

Defined in Amazonka.Kendra.PutPrincipalMapping

Associated Types

type Rep PutPrincipalMapping :: Type -> Type #

Read PutPrincipalMapping Source # 
Instance details

Defined in Amazonka.Kendra.PutPrincipalMapping

Show PutPrincipalMapping Source # 
Instance details

Defined in Amazonka.Kendra.PutPrincipalMapping

NFData PutPrincipalMapping Source # 
Instance details

Defined in Amazonka.Kendra.PutPrincipalMapping

Methods

rnf :: PutPrincipalMapping -> () #

Eq PutPrincipalMapping Source # 
Instance details

Defined in Amazonka.Kendra.PutPrincipalMapping

Hashable PutPrincipalMapping Source # 
Instance details

Defined in Amazonka.Kendra.PutPrincipalMapping

type AWSResponse PutPrincipalMapping Source # 
Instance details

Defined in Amazonka.Kendra.PutPrincipalMapping

type Rep PutPrincipalMapping Source # 
Instance details

Defined in Amazonka.Kendra.PutPrincipalMapping

type Rep PutPrincipalMapping = D1 ('MetaData "PutPrincipalMapping" "Amazonka.Kendra.PutPrincipalMapping" "amazonka-kendra-2.0-IHloXAWlYIS8YTp1gXe6J" 'False) (C1 ('MetaCons "PutPrincipalMapping'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "dataSourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "orderingId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "indexId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "groupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "groupMembers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 GroupMembers)))))

newPutPrincipalMapping Source #

Create a value of PutPrincipalMapping 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:

PutPrincipalMapping, putPrincipalMapping_dataSourceId - The identifier of the data source you want to map users to their groups.

This is useful if a group is tied to multiple data sources, but you only want the group to access documents of a certain data source. For example, the groups "Research", "Engineering", and "Sales and Marketing" are all tied to the company's documents stored in the data sources Confluence and Salesforce. However, "Sales and Marketing" team only needs access to customer-related documents stored in Salesforce.

PutPrincipalMapping, putPrincipalMapping_orderingId - The timestamp identifier you specify to ensure Amazon Kendra does not override the latest PUT action with previous actions. The highest number ID, which is the ordering ID, is the latest action you want to process and apply on top of other actions with lower number IDs. This prevents previous actions with lower number IDs from possibly overriding the latest action.

The ordering ID can be the UNIX time of the last update you made to a group members list. You would then provide this list when calling PutPrincipalMapping. This ensures your PUT action for that updated group with the latest members list doesn't get overwritten by earlier PUT actions for the same group which are yet to be processed.

The default ordering ID is the current UNIX time in milliseconds that the action was received by Amazon Kendra.

PutPrincipalMapping, putPrincipalMapping_roleArn - The Amazon Resource Name (ARN) of a role that has access to the S3 file that contains your list of users or sub groups that belong to a group.

For more information, see IAM roles for Amazon Kendra.

$sel:indexId:PutPrincipalMapping', putPrincipalMapping_indexId - The identifier of the index you want to map users to their groups.

PutPrincipalMapping, putPrincipalMapping_groupId - The identifier of the group you want to map its users to.

$sel:groupMembers:PutPrincipalMapping', putPrincipalMapping_groupMembers - The list that contains your users or sub groups that belong the same group.

For example, the group "Company" includes the user "CEO" and the sub groups "Research", "Engineering", and "Sales and Marketing".

If you have more than 1000 users and/or sub groups for a single group, you need to provide the path to the S3 file that lists your users and sub groups for a group. Your sub groups can contain more than 1000 users, but the list of sub groups that belong to a group (and/or users) must be no more than 1000.

Request Lenses

putPrincipalMapping_dataSourceId :: Lens' PutPrincipalMapping (Maybe Text) Source #

The identifier of the data source you want to map users to their groups.

This is useful if a group is tied to multiple data sources, but you only want the group to access documents of a certain data source. For example, the groups "Research", "Engineering", and "Sales and Marketing" are all tied to the company's documents stored in the data sources Confluence and Salesforce. However, "Sales and Marketing" team only needs access to customer-related documents stored in Salesforce.

putPrincipalMapping_orderingId :: Lens' PutPrincipalMapping (Maybe Natural) Source #

The timestamp identifier you specify to ensure Amazon Kendra does not override the latest PUT action with previous actions. The highest number ID, which is the ordering ID, is the latest action you want to process and apply on top of other actions with lower number IDs. This prevents previous actions with lower number IDs from possibly overriding the latest action.

The ordering ID can be the UNIX time of the last update you made to a group members list. You would then provide this list when calling PutPrincipalMapping. This ensures your PUT action for that updated group with the latest members list doesn't get overwritten by earlier PUT actions for the same group which are yet to be processed.

The default ordering ID is the current UNIX time in milliseconds that the action was received by Amazon Kendra.

putPrincipalMapping_roleArn :: Lens' PutPrincipalMapping (Maybe Text) Source #

The Amazon Resource Name (ARN) of a role that has access to the S3 file that contains your list of users or sub groups that belong to a group.

For more information, see IAM roles for Amazon Kendra.

putPrincipalMapping_indexId :: Lens' PutPrincipalMapping Text Source #

The identifier of the index you want to map users to their groups.

putPrincipalMapping_groupId :: Lens' PutPrincipalMapping Text Source #

The identifier of the group you want to map its users to.

putPrincipalMapping_groupMembers :: Lens' PutPrincipalMapping GroupMembers Source #

The list that contains your users or sub groups that belong the same group.

For example, the group "Company" includes the user "CEO" and the sub groups "Research", "Engineering", and "Sales and Marketing".

If you have more than 1000 users and/or sub groups for a single group, you need to provide the path to the S3 file that lists your users and sub groups for a group. Your sub groups can contain more than 1000 users, but the list of sub groups that belong to a group (and/or users) must be no more than 1000.

Destructuring the Response

data PutPrincipalMappingResponse Source #

See: newPutPrincipalMappingResponse smart constructor.

Instances

Instances details
Generic PutPrincipalMappingResponse Source # 
Instance details

Defined in Amazonka.Kendra.PutPrincipalMapping

Associated Types

type Rep PutPrincipalMappingResponse :: Type -> Type #

Read PutPrincipalMappingResponse Source # 
Instance details

Defined in Amazonka.Kendra.PutPrincipalMapping

Show PutPrincipalMappingResponse Source # 
Instance details

Defined in Amazonka.Kendra.PutPrincipalMapping

NFData PutPrincipalMappingResponse Source # 
Instance details

Defined in Amazonka.Kendra.PutPrincipalMapping

Eq PutPrincipalMappingResponse Source # 
Instance details

Defined in Amazonka.Kendra.PutPrincipalMapping

type Rep PutPrincipalMappingResponse Source # 
Instance details

Defined in Amazonka.Kendra.PutPrincipalMapping

type Rep PutPrincipalMappingResponse = D1 ('MetaData "PutPrincipalMappingResponse" "Amazonka.Kendra.PutPrincipalMapping" "amazonka-kendra-2.0-IHloXAWlYIS8YTp1gXe6J" 'False) (C1 ('MetaCons "PutPrincipalMappingResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newPutPrincipalMappingResponse :: PutPrincipalMappingResponse Source #

Create a value of PutPrincipalMappingResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.