Module Values.KendraSourceDetailSource

The source details for the Kendra dataset source.

Sourcetype nonrec t = {
  1. knowledgeBaseArn : ARN.t;
    (*

    The knowledgeBaseArn details for the Kendra dataset source.

    *)
  2. roleArn : ARN.t;
    (*

    The roleARN details for the Kendra dataset source.

    *)
}
Sourceval context_ : string
Sourceval make : knowledgeBaseArn:ARN.t -> roleArn:ARN.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ARN.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