Crypto Key Version Template Args
data class CryptoKeyVersionTemplateArgs(val algorithm: Output<String>, val protectionLevel: Output<String>? = null) : ConvertibleToJava<CryptoKeyVersionTemplateArgs>
Properties
Link copied to clipboard
The algorithm to use when creating a version based on this template. See the algorithm reference for possible inputs.
Link copied to clipboard
The protection level to use when creating a version based on this template. Possible values include "SOFTWARE", "HSM", "EXTERNAL", "EXTERNAL_VPC". Defaults to "SOFTWARE".