ServerCustomerManagedKeyArgs

data class ServerCustomerManagedKeyArgs(val keyVaultKeyId: Output<String>, val userAssignedIdentityId: Output<String>) : ConvertibleToJava<ServerCustomerManagedKeyArgs>

Constructors

Link copied to clipboard
constructor(keyVaultKeyId: Output<String>, userAssignedIdentityId: Output<String>)

Properties

Link copied to clipboard
val keyVaultKeyId: Output<String>

The Key Vault Key Id that will be used to encrypt the Fluid Relay Server.

Link copied to clipboard

The User Assigned Managed Identity ID to be used for accessing the Customer Managed Key for encryption.

Functions

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