public sealed class EncryptionConfig : IMessage<EncryptionConfig>, IEquatable<EncryptionConfig>, IDeepCloneable<EncryptionConfig>, IBufferMessage, IMessage
The encryption options for the Cloud Composer environment
and its dependencies.
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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The latest version available for `EncryptionConfig` is 2.9.0, with versions ranging back to 1.0.0 accessible."],["`EncryptionConfig` is a class that defines the encryption options for Cloud Composer environments and their dependencies."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It offers two constructors, a default constructor and another one that accepts an `EncryptionConfig` object as a parameter."],["`EncryptionConfig` has a property called `KmsKeyName`, which is an optional customer-managed encryption key, defaulting to a Google-managed key if unspecified."]]],[]]