BucketLifecycleRuleFilterArgs

data class BucketLifecycleRuleFilterArgs(val not: Output<BucketLifecycleRuleFilterNotArgs>? = null, val objectSizeGreaterThan: Output<Int>? = null, val objectSizeLessThan: Output<Int>? = null) : ConvertibleToJava<BucketLifecycleRuleFilterArgs>

Constructors

Link copied to clipboard
constructor(not: Output<BucketLifecycleRuleFilterNotArgs>? = null, objectSizeGreaterThan: Output<Int>? = null, objectSizeLessThan: Output<Int>? = null)

Properties

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

Functions

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