bootDiskKmsKey property

String? bootDiskKmsKey
getter/setter pair

The Customer Managed Encryption Key (CMEK) (https://cloud.google.com/kubernetes-engine/docs/how-to/using-cmek) used to encrypt the boot disk attached to each node in the node pool.

Specify the key using the following format: projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}

Optional.

Implementation

core.String? bootDiskKmsKey;