Module Values.ExperienceConfigurationSource

Provides the configuration information for your Amazon Kendra experience. This includes the data source IDs and/or FAQ IDs, and user or group information to grant access to your Amazon Kendra experience.

Sourcetype nonrec t = {
  1. contentSourceConfiguration : ContentSourceConfiguration.t option;
    (*

    The identifiers of your data sources and FAQs. Or, you can specify that you want to use documents indexed via the BatchPutDocument API. This is the content you want to use for your Amazon Kendra experience.

    *)
  2. userIdentityConfiguration : UserIdentityConfiguration.t option;
    (*

    The IAM Identity Center field name that contains the identifiers of your users, such as their emails.

    *)
}
Sourceval make : ?contentSourceConfiguration:??? -> ?userIdentityConfiguration:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Boolean of Boolean.t | `List of [> `String of DataSourceId.t ] list | `String of IdentityAttributeName.t ]) list ]) 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