Cluster Control Plane Encryption Args
data class ClusterControlPlaneEncryptionArgs(val kmsKey: Output<String>? = null, val kmsKeyActiveVersion: Output<String>? = null, val kmsKeyState: Output<String>? = null, val kmsStatuses: Output<List<ClusterControlPlaneEncryptionKmsStatusArgs>>? = null) : ConvertibleToJava<ClusterControlPlaneEncryptionArgs>
Constructors
Link copied to clipboard
constructor(kmsKey: Output<String>? = null, kmsKeyActiveVersion: Output<String>? = null, kmsKeyState: Output<String>? = null, kmsStatuses: Output<List<ClusterControlPlaneEncryptionKmsStatusArgs>>? = null)
Properties
Link copied to clipboard
(Output) The Cloud KMS CryptoKeyVersion currently in use for protecting control plane disks. Only applicable if kms_key is set.
Link copied to clipboard
(Output) Availability of the Cloud KMS CryptoKey. If not KEY_AVAILABLE
, then nodes may go offline as they cannot access their local data. This can be caused by a lack of permissions to use the key, or if the key is disabled or deleted.
Link copied to clipboard