Skip to content

Associate Entities to Experience

kendra_associate_entities_to_experience R Documentation

Grants users or groups in your IAM Identity Center identity source access to your Amazon Kendra experience

Description

Grants users or groups in your IAM Identity Center identity source access to your Amazon Kendra experience. You can create an Amazon Kendra experience such as a search application. For more information on creating a search application experience, see Building a search experience with no code.

Usage

kendra_associate_entities_to_experience(Id, IndexId, EntityList)

Arguments

Id

[required] The identifier of your Amazon Kendra experience.

IndexId

[required] The identifier of the index for your Amazon Kendra experience.

EntityList

[required] Lists users or groups in your IAM Identity Center identity source.

Value

A list with the following syntax:

list(
  FailedEntityList = list(
    list(
      EntityId = "string",
      ErrorMessage = "string"
    )
  )
)

Request syntax

svc$associate_entities_to_experience(
  Id = "string",
  IndexId = "string",
  EntityList = list(
    list(
      EntityId = "string",
      EntityType = "USER"|"GROUP"
    )
  )
)