S3DestinationUpdate constructor
S3DestinationUpdate({
- String? bucketARN,
- BufferingHints? bufferingHints,
- CloudWatchLoggingOptions? cloudWatchLoggingOptions,
- CompressionFormat? compressionFormat,
- EncryptionConfiguration? encryptionConfiguration,
- String? errorOutputPrefix,
- String? prefix,
- String? roleARN,
Implementation
S3DestinationUpdate({
this.bucketARN,
this.bufferingHints,
this.cloudWatchLoggingOptions,
this.compressionFormat,
this.encryptionConfiguration,
this.errorOutputPrefix,
this.prefix,
this.roleARN,
});