EncryptionConfigArgs

data class EncryptionConfigArgs(val kmsKey: Output<String>? = null) : ConvertibleToJava<EncryptionConfigArgs>

Represents a custom encryption key configuration that can be applied to a resource. This will encrypt all disks in Virtual Machine.

Constructors

Link copied to clipboard
fun EncryptionConfigArgs(kmsKey: Output<String>? = null)

Functions

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

Properties

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

The Cloud KMS resource identifier of the customer-managed encryption key used to protect a resource, such as a disks. It has the following format: projects/{PROJECT_ID}/locations/{REGION}/keyRings/{KEY_RING_NAME}/cryptoKeys/{KEY_NAME}