ExternalProtectionLevelOptionsArgs

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

ExternalProtectionLevelOptions stores a group of additional fields for configuring a CryptoKeyVersion that are specific to the EXTERNAL protection level and EXTERNAL_VPC protection levels.

Constructors

Link copied to clipboard
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 external_key_uri 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(): ExternalProtectionLevelOptionsArgs