Bucket Lifecycle Rule Expiration Args
data class BucketLifecycleRuleExpirationArgs(val createdBeforeDate: Output<String>? = null, val date: Output<String>? = null, val days: Output<Int>? = null, val expiredObjectDeleteMarker: Output<Boolean>? = null) : ConvertibleToJava<BucketLifecycleRuleExpirationArgs>
Constructors
Link copied to clipboard
fun BucketLifecycleRuleExpirationArgs(createdBeforeDate: Output<String>? = null, date: Output<String>? = null, days: Output<Int>? = null, expiredObjectDeleteMarker: Output<Boolean>? = null)
Functions
Properties
Link copied to clipboard
Specifies the time before which the rules take effect. The date must conform to the ISO8601 format and always be UTC 00:00. For example: 2002-10-11T00:00:00.000Z indicates that objects updated before 2002-10-11T00:00:00.000Z are deleted or converted to another storage class, and objects updated after this time (including this time) are not deleted or converted.