Skip to content

Disassociate Entities From Experience

kendra_disassociate_entities_from_experience R Documentation

Prevents users or groups in your IAM Identity Center identity source from accessing your Amazon Kendra experience

Description

Prevents users or groups in your IAM Identity Center identity source from accessing 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_disassociate_entities_from_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$disassociate_entities_from_experience(
  Id = "string",
  IndexId = "string",
  EntityList = list(
    list(
      EntityId = "string",
      EntityType = "USER"|"GROUP"
    )
  )
)