encryptionType property

EncryptionType? encryptionType
final

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

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

Implementation

final EncryptionType? encryptionType;