Module Values.AwsS3BucketObjectLockConfigurationRuleDetailsSource

Specifies the S3 Object Lock rule for the specified object. In Amazon S3, Object Lock can help prevent objects from being deleted or overwritten for a fixed amount of time or indefinitely.

Sourcetype nonrec t = {
  1. defaultRetention : AwsS3BucketObjectLockConfigurationRuleDefaultRetentionDetails.t option;
    (*

    The default Object Lock retention mode and period that you want to apply to new objects placed in the specified bucket.

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