BucketVersioningArgs

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

The bucket's versioning configuration.

Constructors

Link copied to clipboard
fun BucketVersioningArgs(enabled: Output<Boolean>? = null)

Functions

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

Properties

Link copied to clipboard
val enabled: Output<Boolean>? = null

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