R2BucketLockRuleConditionArgs

data class R2BucketLockRuleConditionArgs(val date: Output<String>? = null, val maxAgeSeconds: Output<Int>? = null, val type: Output<String>) : ConvertibleToJava<R2BucketLockRuleConditionArgs>

Constructors

Link copied to clipboard
constructor(date: Output<String>? = null, maxAgeSeconds: Output<Int>? = null, type: Output<String>)

Properties

Link copied to clipboard
val date: Output<String>? = null
Link copied to clipboard
val maxAgeSeconds: Output<Int>? = null
Link copied to clipboard
val type: Output<String>

Available values: "Age".

Functions

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