EncryptionIdentityArgs

data class EncryptionIdentityArgs(val encryptionUserAssignedIdentity: Output<String>? = null) : ConvertibleToJava<EncryptionIdentityArgs>

Encryption identity for the volume group.

Constructors

Link copied to clipboard
constructor(encryptionUserAssignedIdentity: Output<String>? = null)

Properties

Link copied to clipboard

Resource identifier of the UserAssigned identity to be associated with server-side encryption on the volume group.

Functions

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