Values.AwsS3BucketObjectLockConfigurationRuleDefaultRetentionDetailsSourceThe default S3 Object Lock retention mode and period that you want to apply to new objects placed in the specified Amazon S3 bucket.
type nonrec t = {days : Integer.t option;The number of days that you want to specify for the default retention period.
*)mode : NonEmptyString.t option;The default Object Lock retention mode you want to apply to new objects placed in the specified bucket.
*)years : Integer.t option;The number of years that you want to specify for the default retention period.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of Integer.t | `String of NonEmptyString.t ]) list ]