Values.AwsS3BucketObjectLockConfigurationRuleDetailsSourceSpecifies 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.
type nonrec t = {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.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Integer of Integer.t | `String of NonEmptyString.t ])
list ])
list ]