Google Cloud Orchestration Airflow V1 Client - Class EncryptionConfig (1.0.4)

Reference documentation and code samples for the Google Cloud Orchestration Airflow V1 Client class EncryptionConfig.

The encryption options for the Cloud Composer environment and its dependencies.Supported for Cloud Composer environments in versions composer-1..-airflow-..*.

Generated from protobuf message google.cloud.orchestration.airflow.service.v1.EncryptionConfig

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ kms_key_name string

Optional. Customer-managed Encryption Key available through Google's Key Management Service. Cannot be updated. If not specified, Google-managed key will be used.

getKmsKeyName

Optional. Customer-managed Encryption Key available through Google's Key Management Service. Cannot be updated. If not specified, Google-managed key will be used.

Returns
TypeDescription
string

setKmsKeyName

Optional. Customer-managed Encryption Key available through Google's Key Management Service. Cannot be updated. If not specified, Google-managed key will be used.

Parameter
NameDescription
var string
Returns
TypeDescription
$this