Module Values.ObjectEncryptionSource

The updated server-side encryption type for this object. The UpdateObjectEncryption operation supports the SSE-S3 and SSE-KMS encryption types. Valid Values: SSES3 | SSEKMS

Sourcetype nonrec t = {
  1. sSEKMS : SSEKMSEncryption.t option;
    (*

    Specifies to update the object encryption type to server-side encryption with Key Management Service (KMS) keys (SSE-KMS).

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