libZSservicesZSamazonka-kafkaZSamazonka-kafka
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.Kafka.Types.EncryptionInfo

Description

 
Synopsis

Documentation

data EncryptionInfo Source #

Includes encryption-related information, such as the AWS KMS key used for encrypting data at rest and whether you want MSK to encrypt your data in transit.

See: newEncryptionInfo smart constructor.

Constructors

EncryptionInfo' 

Fields

Instances

Instances details
Eq EncryptionInfo Source # 
Instance details

Defined in Amazonka.Kafka.Types.EncryptionInfo

Read EncryptionInfo Source # 
Instance details

Defined in Amazonka.Kafka.Types.EncryptionInfo

Show EncryptionInfo Source # 
Instance details

Defined in Amazonka.Kafka.Types.EncryptionInfo

Generic EncryptionInfo Source # 
Instance details

Defined in Amazonka.Kafka.Types.EncryptionInfo

Associated Types

type Rep EncryptionInfo :: Type -> Type #

NFData EncryptionInfo Source # 
Instance details

Defined in Amazonka.Kafka.Types.EncryptionInfo

Methods

rnf :: EncryptionInfo -> () #

Hashable EncryptionInfo Source # 
Instance details

Defined in Amazonka.Kafka.Types.EncryptionInfo

ToJSON EncryptionInfo Source # 
Instance details

Defined in Amazonka.Kafka.Types.EncryptionInfo

FromJSON EncryptionInfo Source # 
Instance details

Defined in Amazonka.Kafka.Types.EncryptionInfo

type Rep EncryptionInfo Source # 
Instance details

Defined in Amazonka.Kafka.Types.EncryptionInfo

type Rep EncryptionInfo = D1 ('MetaData "EncryptionInfo" "Amazonka.Kafka.Types.EncryptionInfo" "libZSservicesZSamazonka-kafkaZSamazonka-kafka" 'False) (C1 ('MetaCons "EncryptionInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "encryptionAtRest") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EncryptionAtRest)) :*: S1 ('MetaSel ('Just "encryptionInTransit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EncryptionInTransit))))

newEncryptionInfo :: EncryptionInfo Source #

Create a value of EncryptionInfo 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:encryptionAtRest:EncryptionInfo', encryptionInfo_encryptionAtRest - The data-volume encryption details.

$sel:encryptionInTransit:EncryptionInfo', encryptionInfo_encryptionInTransit - The details for encryption in transit.