InstanceEncryptionConfig

data class InstanceEncryptionConfig(val kmsKeyName: String? = null, val kmsKeyNameVersion: String? = null, val kmsKeyState: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val kmsKeyName: String? = null

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

Link copied to clipboard

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

Link copied to clipboard
val kmsKeyState: String? = null

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