Bucket Lifecycle Configuration V2Rule Expiration Args
data class BucketLifecycleConfigurationV2RuleExpirationArgs(val date: Output<String>? = null, val days: Output<Int>? = null, val expiredObjectDeleteMarker: Output<Boolean>? = null) : ConvertibleToJava<BucketLifecycleConfigurationV2RuleExpirationArgs>
Properties
Link copied to clipboard
Date the object is to be moved or deleted. Should be in RFC3339 format.
Link copied to clipboard
Indicates whether Amazon S3 will remove a delete marker with no noncurrent versions. If set to true
, the delete marker will be expired; if set to false
the policy takes no action.