Server Group Cluster Data Encryption Args
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)