EncryptionConfigArgs

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

Encryption settings for the service.

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 fully qualified customer provided Cloud KMS key name to use for customer data encryption, in the following form:projects/{project_number}/locations/{location_id}/keyRings/{key_ring_id}/cryptoKeys/{crypto_key_id}.