ServerGroupClusterDataEncryptionArgs

data class ServerGroupClusterDataEncryptionArgs(val primaryKeyUri: Output<String>? = null, val primaryUserAssignedIdentityId: Output<String>? = null, val type: Output<Either<String, DataEncryptionType>>? = null) : ConvertibleToJava<ServerGroupClusterDataEncryptionArgs>

The data encryption properties of a cluster.

Constructors

Link copied to clipboard
constructor(primaryKeyUri: Output<String>? = null, primaryUserAssignedIdentityId: Output<String>? = null, type: Output<Either<String, DataEncryptionType>>? = null)

Properties

Link copied to clipboard
val primaryKeyUri: Output<String>? = null

URI for the key in keyvault for data encryption of the primary server.

Link copied to clipboard

Resource Id for the User assigned identity to be used for data encryption of the primary server.

Link copied to clipboard
val type: Output<Either<String, DataEncryptionType>>? = null

Functions

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