Module Values.GeneratedManifestEncryptionSource

The encryption configuration to use when storing the generated manifest.

Sourcetype nonrec t = {
  1. sSES3 : SSES3Encryption.t option;
    (*

    Specifies the use of SSE-S3 to encrypt generated manifest objects.

    *)
  2. sSEKMS : SSEKMSEncryption.t option;
    (*

    Configuration details on how SSE-KMS is used to encrypt generated manifest objects.

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