EncryptionEntitiesDefinitionArgs

data class EncryptionEntitiesDefinitionArgs(val managedDisk: Output<ManagedDiskEncryptionArgs>? = null, val managedServices: Output<EncryptionV2Args>? = null) : ConvertibleToJava<EncryptionEntitiesDefinitionArgs>

Encryption entities for databricks workspace resource.

Constructors

Link copied to clipboard
constructor(managedDisk: Output<ManagedDiskEncryptionArgs>? = null, managedServices: Output<EncryptionV2Args>? = null)

Properties

Link copied to clipboard

Encryption properties for the databricks managed disks.

Link copied to clipboard
val managedServices: Output<EncryptionV2Args>? = null

Encryption properties for the databricks managed services.

Functions

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