Values.AwsS3BucketObjectLockConfigurationSourceThe container element for S3 Object Lock configuration parameters. 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 = {objectLockEnabled : NonEmptyString.t option;Indicates whether the bucket has an Object Lock configuration enabled.
*)rule : AwsS3BucketObjectLockConfigurationRuleDetails.t option;Specifies the Object Lock rule for the specified object.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of NonEmptyString.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Integer of Integer.t | `String of NonEmptyString.t ])
list ])
list ])
list ]