Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data EncryptionConfig Source #
The encryption configuration for the cluster.
See: newEncryptionConfig
smart constructor.
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:resources:EncryptionConfig'
, encryptionConfig_resources
- Specifies the resources to be encrypted. The only supported value is
"secrets".
$sel:provider:EncryptionConfig'
, encryptionConfig_provider
- 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".
encryptionConfig_provider :: Lens' EncryptionConfig (Maybe Provider) Source #
Key Management Service (KMS) key. Either the ARN or the alias can be used.