ExtendedS3DestinationDescription class
Describes a destination in Amazon S3.
Constructors
- ExtendedS3DestinationDescription({required String bucketARN, required BufferingHints bufferingHints, required CompressionFormat compressionFormat, required EncryptionConfiguration encryptionConfiguration, required String roleARN, CloudWatchLoggingOptions? cloudWatchLoggingOptions, DataFormatConversionConfiguration? dataFormatConversionConfiguration, String? errorOutputPrefix, String? prefix, ProcessingConfiguration? processingConfiguration, S3DestinationDescription? s3BackupDescription, S3BackupMode? s3BackupMode})
-
ExtendedS3DestinationDescription.fromJson(Map<
String, dynamic> json) -
factory
Properties
- bucketARN → String
-
The ARN of the S3 bucket. For more information, see Amazon
Resource Names (ARNs) and AWS Service Namespaces.
final
- bufferingHints → BufferingHints
-
The buffering option.
final
- cloudWatchLoggingOptions → CloudWatchLoggingOptions?
-
The Amazon CloudWatch logging options for your delivery stream.
final
- compressionFormat → CompressionFormat
-
The compression format. If no value is specified, the default is
UNCOMPRESSED
.final - dataFormatConversionConfiguration → DataFormatConversionConfiguration?
-
The serializer, deserializer, and schema for converting data from the JSON
format to the Parquet or ORC format before writing it to Amazon S3.
final
- encryptionConfiguration → EncryptionConfiguration
-
The encryption configuration. If no value is specified, the default is no
encryption.
final
- errorOutputPrefix → String?
-
A prefix that Kinesis Data Firehose evaluates and adds to failed records
before writing them to S3. This prefix appears immediately following the
bucket name. For information about how to specify this prefix, see Custom
Prefixes for Amazon S3 Objects.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- prefix → String?
-
The "YYYY/MM/DD/HH" time format prefix is automatically used for delivered
Amazon S3 files. You can also specify a custom prefix, as described in Custom
Prefixes for Amazon S3 Objects.
final
- processingConfiguration → ProcessingConfiguration?
-
The data processing configuration.
final
- roleARN → String
-
The Amazon Resource Name (ARN) of the AWS credentials. For more information,
see Amazon
Resource Names (ARNs) and AWS Service Namespaces.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- s3BackupDescription → S3DestinationDescription?
-
The configuration for backup in Amazon S3.
final
- s3BackupMode → S3BackupMode?
-
The Amazon S3 backup mode.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited