s3SseAlgorithm property

S3SseAlgorithm? s3SseAlgorithm
final

Type of encryption used on the bucket where export data is stored. Valid values for S3SseAlgorithm are:

  • AES256 - server-side encryption with Amazon S3 managed keys
  • KMS - server-side encryption with AWS KMS managed keys

Implementation

final S3SseAlgorithm? s3SseAlgorithm;