Module Values.EntityConfigurationSource

Provides the configuration information for users or groups in your IAM Identity Center identity source to grant access your Amazon Kendra experience.

Sourcetype nonrec t = {
  1. 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.

    *)
  2. entityType : EntityType.t;
    (*

    Specifies whether you are configuring a User or a Group.

    *)
}
Sourceval context_ : string
Sourceval make : entityId:EntityId.t -> entityType:EntityType.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of EntityId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t