external Protection Level Options
suspend fun externalProtectionLevelOptions(value: Output<CryptoKeyVersionExternalProtectionLevelOptionsArgs>)
suspend fun externalProtectionLevelOptions(value: CryptoKeyVersionExternalProtectionLevelOptionsArgs?)
Parameters
value
ExternalProtectionLevelOptions stores a group of additional fields for configuring a CryptoKeyVersion that are specific to the EXTERNAL protection level and EXTERNAL_VPC protection levels. Structure is documented below.
suspend fun externalProtectionLevelOptions(argument: suspend CryptoKeyVersionExternalProtectionLevelOptionsArgsBuilder.() -> Unit)
Parameters
argument
ExternalProtectionLevelOptions stores a group of additional fields for configuring a CryptoKeyVersion that are specific to the EXTERNAL protection level and EXTERNAL_VPC protection levels. Structure is documented below.