Module Values.KMSEncryptionConfigSource

Describes an encryption key for a destination in Amazon S3.

Sourcetype nonrec t = {
  1. aWSKMSKeyARN : AWSKMSKeyARN.t;
    (*

    The Amazon Resource Name (ARN) of the encryption key. Must belong to the same Amazon Web Services Region as the destination Amazon S3 bucket. For more information, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces.

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