libZSservicesZSamazonka-healthlakeZSamazonka-healthlake
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.HealthLake.Types.KmsEncryptionConfig

Description

 
Synopsis

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.

Constructors

KmsEncryptionConfig' 

Fields

  • kmsKeyId :: Maybe Text

    The KMS encryption key id/alias used to encrypt the Data Store contents at rest.

  • cmkType :: 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.

Instances

Instances details
Eq KmsEncryptionConfig Source # 
Instance details

Defined in Amazonka.HealthLake.Types.KmsEncryptionConfig

Read KmsEncryptionConfig Source # 
Instance details

Defined in Amazonka.HealthLake.Types.KmsEncryptionConfig

Show KmsEncryptionConfig Source # 
Instance details

Defined in Amazonka.HealthLake.Types.KmsEncryptionConfig

Generic KmsEncryptionConfig Source # 
Instance details

Defined in Amazonka.HealthLake.Types.KmsEncryptionConfig

Associated Types

type Rep KmsEncryptionConfig :: Type -> Type #

NFData KmsEncryptionConfig Source # 
Instance details

Defined in Amazonka.HealthLake.Types.KmsEncryptionConfig

Methods

rnf :: KmsEncryptionConfig -> () #

Hashable KmsEncryptionConfig Source # 
Instance details

Defined in Amazonka.HealthLake.Types.KmsEncryptionConfig

ToJSON KmsEncryptionConfig Source # 
Instance details

Defined in Amazonka.HealthLake.Types.KmsEncryptionConfig

FromJSON KmsEncryptionConfig Source # 
Instance details

Defined in Amazonka.HealthLake.Types.KmsEncryptionConfig

type Rep KmsEncryptionConfig Source # 
Instance details

Defined in Amazonka.HealthLake.Types.KmsEncryptionConfig

type Rep KmsEncryptionConfig = D1 ('MetaData "KmsEncryptionConfig" "Amazonka.HealthLake.Types.KmsEncryptionConfig" "libZSservicesZSamazonka-healthlakeZSamazonka-healthlake" 'False) (C1 ('MetaCons "KmsEncryptionConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "cmkType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 CmkType)))

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.