Values.AwsS3BucketBucketLifecycleConfigurationRulesDetailsSourceConfiguration for a lifecycle rule.
type nonrec t = {abortIncompleteMultipartUpload : AwsS3BucketBucketLifecycleConfigurationRulesAbortIncompleteMultipartUploadDetails.t
option;How Amazon S3 responds when a multipart upload is incomplete. Specifically, provides a number of days before Amazon S3 cancels the entire upload.
*)expirationDate : NonEmptyString.t option;The date when objects are moved or deleted. For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see Timestamps.
*)expirationInDays : Integer.t option;The length in days of the lifetime for objects that are subject to the rule.
*)expiredObjectDeleteMarker : Boolean.t option;Whether Amazon S3 removes a delete marker that has no noncurrent versions. If set to true, the delete marker is expired. If set to false, the policy takes no action. If you provide ExpiredObjectDeleteMarker, you cannot provide ExpirationInDays or ExpirationDate.
*)filter : AwsS3BucketBucketLifecycleConfigurationRulesFilterDetails.t option;Identifies the objects that a rule applies to.
*)iD : NonEmptyString.t option;The unique identifier of the rule.
*)noncurrentVersionExpirationInDays : Integer.t option;The number of days that an object is noncurrent before Amazon S3 can perform the associated action.
*)noncurrentVersionTransitions : AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsList.t
option;Transition rules that describe when noncurrent objects transition to a specified storage class.
*)prefix : NonEmptyString.t option;A prefix that identifies one or more objects that the rule applies to.
*)status : NonEmptyString.t option;The current status of the rule. Indicates whether the rule is currently being applied.
*)transitions : AwsS3BucketBucketLifecycleConfigurationRulesTransitionsList.t
option;Transition rules that indicate when objects transition to a specified storage class.
*)}val make :
?abortIncompleteMultipartUpload:??? ->
?expirationDate:??? ->
?expirationInDays:??? ->
?expiredObjectDeleteMarker:??? ->
?filter:??? ->
?iD:??? ->
?noncurrentVersionExpirationInDays:??? ->
?noncurrentVersionTransitions:??? ->
?prefix:??? ->
?status:??? ->
?transitions:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Integer of Integer.t
| `List of
[> `Structure of
(string
* [> `Integer of Integer.t | `String of NonEmptyString.t ])
list ]
list
| `String of NonEmptyString.t
| `Structure of
(string
* [> `Integer of Integer.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of NonEmptyString.t
| `Structure of
(string * [> `String of NonEmptyString.t ])
list ])
list ]
list
| `String of NonEmptyString.t
| `Structure of
(string * [> `String of NonEmptyString.t ]) list ])
list ])
list ])
list ]