BucketV2LifecycleRuleTransitionArgs

data class BucketV2LifecycleRuleTransitionArgs(val date: Output<String>? = null, val days: Output<Int>? = null, val storageClass: Output<String>) : ConvertibleToJava<BucketV2LifecycleRuleTransitionArgs>

Constructors

Link copied to clipboard
constructor(date: Output<String>? = null, days: Output<Int>? = null, storageClass: Output<String>)

Properties

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

Specifies the date after which you want the corresponding action to take effect.

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

Specifies the number of days after object creation when the specific rule action takes effect.

Link copied to clipboard
val storageClass: Output<String>

Specifies the Amazon S3 storage class to which you want the object to transition.

Functions

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