GoogleApi.Composer.V1.Model.EncryptionConfig (google_api_composer v0.22.2) View Source
The encryption options for the Cloud Composer environment and its dependencies.
Attributes
-
kmsKeyName
(type:String.t
, default:nil
) - Optional. Customer-managed Encryption Key available through Google's Key Management Service. Cannot be updated. If not specified, Google-managed key will be used.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Composer.V1.Model.EncryptionConfig{ kmsKeyName: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.