bootDiskKmsKey property

String? bootDiskKmsKey
getter/setter pair

The Customer Managed Encryption Key used to encrypt the boot disk attached to each node in the node pool.

This should be of the form projects/[KEY_PROJECT_ID]/locations/[LOCATION]/keyRings/[RING_NAME]/cryptoKeys/[KEY_NAME]. For more information about protecting resources with Cloud KMS Keys please see: https://cloud.google.com/compute/docs/disks/customer-managed-encryption

Implementation

core.String? bootDiskKmsKey;