Cluster Properties Customer Managed Key Encryption Args
data class ClusterPropertiesCustomerManagedKeyEncryptionArgs(val keyEncryptionKeyIdentity: Output<ClusterPropertiesKeyEncryptionKeyIdentityArgs>? = null, val keyEncryptionKeyUrl: Output<String>? = null) : ConvertibleToJava<ClusterPropertiesCustomerManagedKeyEncryptionArgs>
All Customer-managed key encryption properties for the resource. Set this to an empty object to use Microsoft-managed key encryption.
Constructors
Link copied to clipboard
fun ClusterPropertiesCustomerManagedKeyEncryptionArgs(keyEncryptionKeyIdentity: Output<ClusterPropertiesKeyEncryptionKeyIdentityArgs>? = null, keyEncryptionKeyUrl: Output<String>? = null)