kmsKeyName property
The Cloud KMS encryption key that is used to protect the resources created by the Spark job.
If the Spark procedure uses the invoker security mode, the Cloud KMS
encryption key is either inferred from the provided system variable,
@@spark_proc_properties.kms_key_name
, or the default key of the BigQuery
job's project (if the CMEK organization policy is enforced). Otherwise,
the Cloud KMS key is either inferred from the Spark connection associated
with the procedure (if it is provided), or from the default key of the
Spark connection's project if the CMEK organization policy is enforced.
Example: *
projects/[kms_project_id]/locations/[region]/keyRings/[key_region]/cryptoKeys/[key]
Output only.
Implementation
core.String? kmsKeyName;