Module Values.AwsS3BucketServerSideEncryptionRuleSource

An encryption rule to apply to the S3 bucket.

Sourcetype nonrec t = {
  1. applyServerSideEncryptionByDefault : AwsS3BucketServerSideEncryptionByDefault.t option;
    (*

    Specifies the default server-side encryption to apply to new objects in the bucket. If a PUT object request doesn't specify any server-side encryption, this default encryption is applied.

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