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 KmsEncryptionConfig Source #
The customer-managed-key(CMK) used when creating a Data Store. If a customer owned key is not specified, an AWS owned key will be used for encryption.
See: newKmsEncryptionConfig
smart constructor.
Instances
newKmsEncryptionConfig Source #
Create a value of KmsEncryptionConfig
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:kmsKeyId:KmsEncryptionConfig'
, kmsEncryptionConfig_kmsKeyId
- The KMS encryption key id/alias used to encrypt the Data Store contents
at rest.
$sel:cmkType:KmsEncryptionConfig'
, kmsEncryptionConfig_cmkType
- The type of customer-managed-key(CMK) used for encyrption. The two types
of supported CMKs are customer owned CMKs and AWS owned CMKs.
kmsEncryptionConfig_kmsKeyId :: Lens' KmsEncryptionConfig (Maybe Text) Source #
The KMS encryption key id/alias used to encrypt the Data Store contents at rest.
kmsEncryptionConfig_cmkType :: Lens' KmsEncryptionConfig CmkType Source #
The type of customer-managed-key(CMK) used for encyrption. The two types of supported CMKs are customer owned CMKs and AWS owned CMKs.