External Protection Level Options Args
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
fun ExternalProtectionLevelOptionsArgs(ekmConnectionKeyPath: Output<String>? = null, externalKeyUri: Output<String>? = null)