s3Update property

S3DestinationUpdate? s3Update
final

The Amazon S3 destination.

The compression formats SNAPPY or ZIP cannot be specified in RedshiftDestinationUpdate.S3Update because the Amazon Redshift COPY operation that reads from the S3 bucket doesn't support these compression formats.

Implementation

final S3DestinationUpdate? s3Update;