ClusterPropertiesEncryptionArgs

data class ClusterPropertiesEncryptionArgs(val customerManagedKeyEncryption: Output<ClusterPropertiesCustomerManagedKeyEncryptionArgs>? = null) : ConvertibleToJava<ClusterPropertiesEncryptionArgs>

Encryption-at-rest configuration for the cluster.

Constructors

Link copied to clipboard
constructor(customerManagedKeyEncryption: Output<ClusterPropertiesCustomerManagedKeyEncryptionArgs>? = null)

Properties

Link copied to clipboard

All Customer-managed key encryption properties for the resource. Set this to an empty object to use Microsoft-managed key encryption.

Functions

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