InstanceEncryptionConfigArgs

data class InstanceEncryptionConfigArgs(val kmsKeyName: Output<String>? = null, val kmsKeyNameVersion: Output<String>? = null, val kmsKeyState: Output<String>? = null) : ConvertibleToJava<InstanceEncryptionConfigArgs>

Constructors

Link copied to clipboard
constructor(kmsKeyName: Output<String>? = null, kmsKeyNameVersion: Output<String>? = null, kmsKeyState: Output<String>? = null)

Properties

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

Name of the customer managed encryption key (CMEK) in KMS.

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

(Output) Full name and version of the CMEK key currently in use to encrypt Looker data.

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

(Output) Status of the customer managed encryption key (CMEK) in KMS.

Functions

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