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 #
A configuration document that specifies encryption configuration settings.
See: newEncryptionConfig
smart constructor.
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:status:EncryptionConfig'
, encryptionConfig_status
- The encryption status. While the status is UPDATING
, X-Ray may encrypt
data with a combination of the new and old settings.
$sel:keyId:EncryptionConfig'
, encryptionConfig_keyId
- The ID of the KMS key used for encryption, if applicable.
$sel:type':EncryptionConfig'
, encryptionConfig_type
- The type of encryption. Set to KMS
for encryption with KMS keys. Set
to NONE
for default encryption.
encryptionConfig_status :: Lens' EncryptionConfig (Maybe EncryptionStatus) Source #
The encryption status. While the status is UPDATING
, X-Ray may encrypt
data with a combination of the new and old settings.
encryptionConfig_keyId :: Lens' EncryptionConfig (Maybe Text) Source #
The ID of the KMS key used for encryption, if applicable.
encryptionConfig_type :: Lens' EncryptionConfig (Maybe EncryptionType) Source #
The type of encryption. Set to KMS
for encryption with KMS keys. Set
to NONE
for default encryption.