R2BucketLifecycleRuleConditionsArgs

data class R2BucketLifecycleRuleConditionsArgs(val prefix: Output<String>) : ConvertibleToJava<R2BucketLifecycleRuleConditionsArgs>

Constructors

Link copied to clipboard
constructor(prefix: Output<String>)

Properties

Link copied to clipboard
val prefix: Output<String>

Transitions will only apply to objects/uploads in the bucket that start with the given prefix, an empty prefix can be provided to scope rule to all objects/uploads

Functions

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