Bucket Lifecycle Rule Condition Args
data class BucketLifecycleRuleConditionArgs(val age: Output<Int>? = null, val createdBefore: Output<String>? = null, val customTimeBefore: Output<String>? = null, val daysSinceCustomTime: Output<Int>? = null, val daysSinceNoncurrentTime: Output<Int>? = null, val matchesPrefixes: Output<List<String>>? = null, val matchesStorageClasses: Output<List<String>>? = null, val matchesSuffixes: Output<List<String>>? = null, val noncurrentTimeBefore: Output<String>? = null, val numNewerVersions: Output<Int>? = null, val withState: Output<String>? = null) : ConvertibleToJava<BucketLifecycleRuleConditionArgs>
Constructors
Link copied to clipboard
fun BucketLifecycleRuleConditionArgs(age: Output<Int>? = null, createdBefore: Output<String>? = null, customTimeBefore: Output<String>? = null, daysSinceCustomTime: Output<Int>? = null, daysSinceNoncurrentTime: Output<Int>? = null, matchesPrefixes: Output<List<String>>? = null, matchesStorageClasses: Output<List<String>>? = null, matchesSuffixes: Output<List<String>>? = null, noncurrentTimeBefore: Output<String>? = null, numNewerVersions: Output<Int>? = null, withState: Output<String>? = null)
Functions
Properties
Link copied to clipboard
Storage Class of objects to satisfy this condition. Supported values include: STANDARD
, MULTI_REGIONAL
, REGIONAL
, NEARLINE
, COLDLINE
, ARCHIVE
, DURABLE_REDUCED_AVAILABILITY
.