EncryptionInfo class

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.

Constructors

EncryptionInfo({EncryptionAtRest? encryptionAtRest, EncryptionInTransit? encryptionInTransit})
EncryptionInfo.fromJson(Map<String, dynamic> json)
factory

Properties

encryptionAtRest EncryptionAtRest?
The data-volume encryption details.
final
encryptionInTransit EncryptionInTransit?
The details for encryption in transit.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited