encryptionType property

EncryptionType? encryptionType
final

The encryption type used on the record. This parameter can be one of the following values:

  • NONE: Do not encrypt the records in the stream.
  • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

Implementation

final EncryptionType? encryptionType;