encryptionType property

EncryptionType? encryptionType
final

The server-side encryption type used on the stream. 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;