Key Encryption Key Args
data class KeyEncryptionKeyArgs(val identityProperties: Output<IdentityPropertiesArgs>? = null, val kekType: Output<Either<String, KekType>>, val kekUrl: Output<String>? = null, val kekVaultResourceID: Output<String>? = null) : ConvertibleToJava<KeyEncryptionKeyArgs>
Encryption key containing details about key to encrypt different keys.
Constructors
Link copied to clipboard
constructor(identityProperties: Output<IdentityPropertiesArgs>? = null, kekType: Output<Either<String, KekType>>, kekUrl: Output<String>? = null, kekVaultResourceID: Output<String>? = null)