Bucket Lifecycle Configuration V2Rule Filter Args
data class BucketLifecycleConfigurationV2RuleFilterArgs(val and: Output<BucketLifecycleConfigurationV2RuleFilterAndArgs>? = null, val objectSizeGreaterThan: Output<Int>? = null, val objectSizeLessThan: Output<Int>? = null, val prefix: Output<String>? = null, val tag: Output<BucketLifecycleConfigurationV2RuleFilterTagArgs>? = null) : ConvertibleToJava<BucketLifecycleConfigurationV2RuleFilterArgs>
Constructors
Link copied to clipboard
constructor(and: Output<BucketLifecycleConfigurationV2RuleFilterAndArgs>? = null, objectSizeGreaterThan: Output<Int>? = null, objectSizeLessThan: Output<Int>? = null, prefix: Output<String>? = null, tag: Output<BucketLifecycleConfigurationV2RuleFilterTagArgs>? = null)
Properties
Link copied to clipboard
Configuration block used to apply a logical AND
to two or more predicates. See below. The Lifecycle Rule will apply to any object matching all the predicates configured inside the and
block.
Link copied to clipboard
Minimum object size (in bytes) to which the rule applies.
Link copied to clipboard
Maximum object size (in bytes) to which the rule applies.
Link copied to clipboard
Configuration block for specifying a tag key and value. See below.