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.EncryptionAtRest

Description

 
Synopsis

Documentation

data EncryptionAtRest Source #

The data-volume encryption details.

See: newEncryptionAtRest smart constructor.

Constructors

EncryptionAtRest' 

Fields

  • dataVolumeKMSKeyId :: Text

    The ARN of the AWS KMS key for encrypting data at rest. If you don't specify a KMS key, MSK creates one for you and uses it.

Instances

Instances details
Eq EncryptionAtRest Source # 
Instance details

Defined in Amazonka.Kafka.Types.EncryptionAtRest

Read EncryptionAtRest Source # 
Instance details

Defined in Amazonka.Kafka.Types.EncryptionAtRest

Show EncryptionAtRest Source # 
Instance details

Defined in Amazonka.Kafka.Types.EncryptionAtRest

Generic EncryptionAtRest Source # 
Instance details

Defined in Amazonka.Kafka.Types.EncryptionAtRest

Associated Types

type Rep EncryptionAtRest :: Type -> Type #

NFData EncryptionAtRest Source # 
Instance details

Defined in Amazonka.Kafka.Types.EncryptionAtRest

Methods

rnf :: EncryptionAtRest -> () #

Hashable EncryptionAtRest Source # 
Instance details

Defined in Amazonka.Kafka.Types.EncryptionAtRest

ToJSON EncryptionAtRest Source # 
Instance details

Defined in Amazonka.Kafka.Types.EncryptionAtRest

FromJSON EncryptionAtRest Source # 
Instance details

Defined in Amazonka.Kafka.Types.EncryptionAtRest

type Rep EncryptionAtRest Source # 
Instance details

Defined in Amazonka.Kafka.Types.EncryptionAtRest

type Rep EncryptionAtRest = D1 ('MetaData "EncryptionAtRest" "Amazonka.Kafka.Types.EncryptionAtRest" "libZSservicesZSamazonka-kafkaZSamazonka-kafka" 'False) (C1 ('MetaCons "EncryptionAtRest'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dataVolumeKMSKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newEncryptionAtRest Source #

Create a value of EncryptionAtRest 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:dataVolumeKMSKeyId:EncryptionAtRest', encryptionAtRest_dataVolumeKMSKeyId - The ARN of the AWS KMS key for encrypting data at rest. If you don't specify a KMS key, MSK creates one for you and uses it.

encryptionAtRest_dataVolumeKMSKeyId :: Lens' EncryptionAtRest Text Source #

The ARN of the AWS KMS key for encrypting data at rest. If you don't specify a KMS key, MSK creates one for you and uses it.