ImmutableStorageWithVersioningArgs

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

Object level immutability properties of the container.

Constructors

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

Properties

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

This is an immutable property, when set to true it enables object level immutability at the container level.

Functions

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