BucketVersioningArgs

data class BucketVersioningArgs(val enabled: Output<Boolean>) : ConvertibleToJava<BucketVersioningArgs>

Constructors

Link copied to clipboard
constructor(enabled: Output<Boolean>)

Properties

Link copied to clipboard
val enabled: Output<Boolean>

While set to true, versioning is fully enabled for this bucket.

Functions

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