Module Values.UserTokenConfigurationSource

Provides the configuration information for a token. If you're using an Amazon Kendra Gen AI Enterprise Edition index and you try to use UserTokenConfigurations to configure user context policy, Amazon Kendra returns a ValidationException error.

Sourcetype nonrec t = {
  1. jwtTokenTypeConfiguration : JwtTokenTypeConfiguration.t option;
    (*

    Information about the JWT token type configuration.

    *)
  2. jsonTokenTypeConfiguration : JsonTokenTypeConfiguration.t option;
    (*

    Information about the JSON token type configuration.

    *)
}
Sourceval make : ?jwtTokenTypeConfiguration:??? -> ?jsonTokenTypeConfiguration:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `String of Url.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