S3DestinationUpdate constructor

S3DestinationUpdate({
  1. String? bucketARN,
  2. BufferingHints? bufferingHints,
  3. CloudWatchLoggingOptions? cloudWatchLoggingOptions,
  4. CompressionFormat? compressionFormat,
  5. EncryptionConfiguration? encryptionConfiguration,
  6. String? errorOutputPrefix,
  7. String? prefix,
  8. String? roleARN,
})

Implementation

S3DestinationUpdate({
  this.bucketARN,
  this.bufferingHints,
  this.cloudWatchLoggingOptions,
  this.compressionFormat,
  this.encryptionConfiguration,
  this.errorOutputPrefix,
  this.prefix,
  this.roleARN,
});