Bucket Lifecycle Rule Item Condition Args
constructor(age: Output<Int>? = null, createdBefore: Output<String>? = null, customTimeBefore: Output<String>? = null, daysSinceCustomTime: Output<Int>? = null, daysSinceNoncurrentTime: Output<Int>? = null, isLive: Output<Boolean>? = null, matchesPattern: Output<String>? = null, matchesPrefix: Output<List<String>>? = null, matchesStorageClass: Output<List<String>>? = null, matchesSuffix: Output<List<String>>? = null, noncurrentTimeBefore: Output<String>? = null, numNewerVersions: Output<Int>? = null)