CryptoKeyVersionExternalProtectionLevelOptionsArgs

data class CryptoKeyVersionExternalProtectionLevelOptionsArgs(val ekmConnectionKeyPath: Output<String>? = null, val externalKeyUri: Output<String>? = null) : ConvertibleToJava<CryptoKeyVersionExternalProtectionLevelOptionsArgs>

Constructors

constructor(ekmConnectionKeyPath: Output<String>? = null, externalKeyUri: Output<String>? = null)

Properties

Link copied to clipboard
val ekmConnectionKeyPath: Output<String>? = null

The path to the external key material on the EKM when using EkmConnection e.g., "v0/my/key". Set this field instead of externalKeyUri when using an EkmConnection.

Link copied to clipboard
val externalKeyUri: Output<String>? = null

The URI for an external resource that this CryptoKeyVersion represents.

Functions

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