Module Values.ServerSideEncryptionConfigurationSource

Specifies the default server-side-encryption configuration.

Sourcetype nonrec t = {
  1. rules : ServerSideEncryptionRules.t;
    (*

    Container for information about a particular server-side encryption configuration rule.

    *)
}
Sourceval make : rules:ServerSideEncryptionRules.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Boolean of BucketKeyEnabled.t | `Structure of (string * [> `Enum of string | `List of [> `Enum of string ] list | `String of SSEKMSKeyId.t ]) list ]) list ] 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