ExtendedS3DestinationUpdate constructor
ExtendedS3DestinationUpdate({
- String? bucketARN,
- BufferingHints? bufferingHints,
- CloudWatchLoggingOptions? cloudWatchLoggingOptions,
- CompressionFormat? compressionFormat,
- DataFormatConversionConfiguration? dataFormatConversionConfiguration,
- EncryptionConfiguration? encryptionConfiguration,
- String? errorOutputPrefix,
- String? prefix,
- ProcessingConfiguration? processingConfiguration,
- String? roleARN,
- S3BackupMode? s3BackupMode,
- 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,
});