Values.EntityConfigurationSourceProvides the configuration information for users or groups in your IAM Identity Center identity source to grant access your Amazon Kendra experience.
type nonrec t = {entityId : EntityId.t;The identifier of a user or group in your IAM Identity Center identity source. For example, a user ID could be an email.
*)entityType : EntityType.t;Specifies whether you are configuring a User or a Group.
*)}val to_value :
t ->
[> `Structure of (string * [> `Enum of string | `String of EntityId.t ]) list ]