Values.AssociateEntitiesToExperienceRequestSourceGrants 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.
type nonrec t = {id : ExperienceId.t;The identifier of your Amazon Kendra experience.
*)indexId : IndexId.t;The identifier of the index for your Amazon Kendra experience.
*)entityList : AssociateEntityList.t;Lists users or groups in your IAM Identity Center identity source.
*)}val make :
id:ExperienceId.t ->
indexId:IndexId.t ->
entityList:AssociateEntityList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `Enum of string | `String of EntityId.t ])
list ]
list
| `String of ExperienceId.t ])
list ]