ExtendedS3DestinationUpdate constructor

ExtendedS3DestinationUpdate({
  1. String? bucketARN,
  2. BufferingHints? bufferingHints,
  3. CloudWatchLoggingOptions? cloudWatchLoggingOptions,
  4. CompressionFormat? compressionFormat,
  5. DataFormatConversionConfiguration? dataFormatConversionConfiguration,
  6. EncryptionConfiguration? encryptionConfiguration,
  7. String? errorOutputPrefix,
  8. String? prefix,
  9. ProcessingConfiguration? processingConfiguration,
  10. String? roleARN,
  11. S3BackupMode? s3BackupMode,
  12. S3DestinationUpdate? s3BackupUpdate,
})

Implementation

ExtendedS3DestinationUpdate({
  this.bucketARN,
  this.bufferingHints,
  this.cloudWatchLoggingOptions,
  this.compressionFormat,
  this.dataFormatConversionConfiguration,
  this.encryptionConfiguration,
  this.errorOutputPrefix,
  this.prefix,
  this.processingConfiguration,
  this.roleARN,
  this.s3BackupMode,
  this.s3BackupUpdate,
});