BucketLifecycleRuleNoncurrentVersionTransitionArgs

data class BucketLifecycleRuleNoncurrentVersionTransitionArgs(val days: Output<Int>, val storageClass: Output<String>) : ConvertibleToJava<BucketLifecycleRuleNoncurrentVersionTransitionArgs>

Constructors

Functions

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

Properties

Link copied to clipboard
val days: Output<Int>

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

Link copied to clipboard
val storageClass: Output<String>

The storage class to apply. Can be "Standard", "IA" and "Archive". Defaults to "Standard".