ManagedClusterStorageProfileSnapshotControllerArgs

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

Snapshot Controller settings for the storage profile.

Constructors

Functions

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

Properties

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

Whether to enable Snapshot Controller. The default value is true.