Associate Personas To Entities
kendra_associate_personas_to_entities | R Documentation |
Defines the specific permissions of users or groups in your IAM Identity Center identity source with access to your Amazon Kendra experience¶
Description¶
Defines the specific permissions of users or groups in your IAM Identity Center identity source with 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_personas_to_entities(Id, IndexId, Personas)
Arguments¶
Id |
[required] The identifier of your Amazon Kendra experience. |
IndexId |
[required] The identifier of the index for your Amazon Kendra experience. |
Personas |
[required] The personas that define the specific permissions of
users or groups in your IAM Identity Center identity source. The
available personas or access roles are |
Value¶
A list with the following syntax:
list(
FailedEntityList = list(
list(
EntityId = "string",
ErrorMessage = "string"
)
)
)
Request syntax¶
svc$associate_personas_to_entities(
Id = "string",
IndexId = "string",
Personas = list(
list(
EntityId = "string",
Persona = "OWNER"|"VIEWER"
)
)
)