Module Values.EncryptionConfigurationSource

Provides the identifier of the KMS key used to encrypt data indexed by Amazon Q Business. Amazon Q Business doesn't support asymmetric keys.

Sourcetype nonrec t = {
  1. kmsKeyId : KmsKeyId.t option;
    (*

    The identifier of the KMS key. Amazon Q Business doesn't support asymmetric keys.

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