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."],[[["This document provides reference information for the `EncryptionConfig` class within the Google Cloud Composer v1 API, specifically for version 2.5.0."],["The `EncryptionConfig` class is used to manage encryption options for Cloud Composer environments and their dependencies, particularly in versions composer-1.*.* -airflow-*.*.*."],["This class implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The `EncryptionConfig` class has a property, `KmsKeyName`, which allows the specification of a customer-managed encryption key from Google's Key Management Service, with a default option to use a Google-managed key if not provided."],["There are multiple previous versions of `EncryptionConfig` available, ranging from version 1.0.0 to the latest 2.9.0, with all versions linking to their respective pages."]]],[]]