KeyVersionSpecArgs

data class KeyVersionSpecArgs(val algorithm: Output<KeyVersionSpecAlgorithm>? = null, val cloudKmsKeyVersion: Output<String>? = null) : ConvertibleToJava<KeyVersionSpecArgs>

A Cloud KMS key configuration that a CertificateAuthority will use.

Constructors

Link copied to clipboard
constructor(algorithm: Output<KeyVersionSpecAlgorithm>? = null, cloudKmsKeyVersion: Output<String>? = null)

Properties

Link copied to clipboard
val algorithm: Output<KeyVersionSpecAlgorithm>? = null

The algorithm to use for creating a managed Cloud KMS key for a for a simplified experience. All managed keys will be have their ProtectionLevel as HSM.

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

The resource name for an existing Cloud KMS CryptoKeyVersion in the format projects/*/locations/*/keyRings/*/cryptoKeys/*/cryptoKeyVersions/*. This option enables full flexibility in the key's capabilities and properties. ////*/

Functions

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