public sealed class EncryptionConfig : IMessage<EncryptionConfig>, IEquatable<EncryptionConfig>, IDeepCloneable<EncryptionConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Composer v1 API class EncryptionConfig.
The encryption options for the Cloud Composer environment
and its dependencies.Supported for Cloud Composer environments in versions
composer-1..-airflow-..*.
Optional. Customer-managed Encryption Key available through Google's Key
Management Service. Cannot be updated. If not specified, Google-managed key
will be used.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `EncryptionConfig` class is part of the Cloud Composer v1 API, providing encryption options for Cloud Composer environments and their dependencies."],["This documentation covers versions from 1.0.0 to the latest, 2.9.0, of the `EncryptionConfig` class found within the `Google.Cloud.Orchestration.Airflow.Service.V1` namespace."],["The `EncryptionConfig` class can be used with Google-managed keys or allows users to specify a customer-managed encryption key through Google's Key Management Service."],["The `EncryptionConfig` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has one property, `KmsKeyName`, that can be set to a string value, and two constructors, one parameterless, and one that takes an instance of the class itself."]]],[]]