EncryptionIdentityArgs

data class EncryptionIdentityArgs(val type: Output<EncryptionIdentityType>) : ConvertibleToJava<EncryptionIdentityArgs>

The encryption identity properties.

Constructors

Link copied to clipboard
constructor(type: Output<EncryptionIdentityType>)

Properties

Link copied to clipboard

The type of encryption being used. Currently the only supported type is 'SystemAssigned'.

Functions

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