BucketLifecycleRuleAbortMultipartUploadArgs

data class BucketLifecycleRuleAbortMultipartUploadArgs(val createdBeforeDate: Output<String>? = null, val days: Output<Int>? = null) : ConvertibleToJava<BucketLifecycleRuleAbortMultipartUploadArgs>

Constructors

constructor(createdBeforeDate: Output<String>? = null, days: Output<Int>? = null)

Properties

Link copied to clipboard
val createdBeforeDate: Output<String>? = null

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 parts created before 2002-10-11T00:00:00.000Z are deleted, and parts created after this time (including this time) are not deleted.

Link copied to clipboard
val days: Output<Int>? = null

Specifies the number of days noncurrent object versions transition.

Functions

Link copied to clipboard
open override fun toJava(): BucketLifecycleRuleAbortMultipartUploadArgs