Module Values.ServerSideEncryptionConfigurationSource

The configuration containing information about the customer managed key used for encrypting customer data.

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

    The identifier of the KMS key to use to encrypt data stored by Voice ID. Voice ID doesn't support asymmetric customer managed keys.

    *)
}
Sourceval context_ : string
Sourceval make : kmsKeyId:KmsKeyId.t -> 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