| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.EKS.Types.EncryptionConfig
Description
Documentation
data EncryptionConfig Source #
The encryption configuration for the cluster.
See: newEncryptionConfig smart constructor.
Constructors
| EncryptionConfig' | |
Instances
newEncryptionConfig :: EncryptionConfig Source #
Create a value of EncryptionConfig with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:provider:EncryptionConfig', encryptionConfig_provider - Key Management Service (KMS) key. Either the ARN or the alias can be
used.
$sel:resources:EncryptionConfig', encryptionConfig_resources - Specifies the resources to be encrypted. The only supported value is
"secrets".
encryptionConfig_provider :: Lens' EncryptionConfig (Maybe Provider) Source #
Key Management Service (KMS) key. Either the ARN or the alias can be used.
encryptionConfig_resources :: Lens' EncryptionConfig (Maybe [Text]) Source #
Specifies the resources to be encrypted. The only supported value is "secrets".