Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ExtendedS3DestinationConfiguration

import type { ExtendedS3DestinationConfiguration } from "https://aws-api.deno.dev/v0.4/services/firehose.ts?docs=full";

Describes the configuration of a destination in Amazon S3.

interface ExtendedS3DestinationConfiguration {
BucketARN: string;
BufferingHints?: BufferingHints | null;
CloudWatchLoggingOptions?: CloudWatchLoggingOptions | null;
CompressionFormat?: CompressionFormat | null;
DataFormatConversionConfiguration?: DataFormatConversionConfiguration | null;
DynamicPartitioningConfiguration?: DynamicPartitioningConfiguration | null;
EncryptionConfiguration?: EncryptionConfiguration | null;
ErrorOutputPrefix?: string | null;
Prefix?: string | null;
ProcessingConfiguration?: ProcessingConfiguration | null;
RoleARN: string;
S3BackupConfiguration?: S3DestinationConfiguration | null;
S3BackupMode?: S3BackupMode | null;
}

§Properties

§
BucketARN: string
[src]

The ARN of the S3 bucket. For more information, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces.

§
BufferingHints?: BufferingHints | null
[src]

The buffering option.

§
CloudWatchLoggingOptions?: CloudWatchLoggingOptions | null
[src]

The Amazon CloudWatch logging options for your delivery stream.

§
CompressionFormat?: CompressionFormat | null
[src]

The compression format. If no value is specified, the default is UNCOMPRESSED.

§
DataFormatConversionConfiguration?: DataFormatConversionConfiguration | null
[src]

The serializer, deserializer, and schema for converting data from the JSON format to the Parquet or ORC format before writing it to Amazon S3.

§
DynamicPartitioningConfiguration?: DynamicPartitioningConfiguration | null
[src]

The configuration of the dynamic partitioning mechanism that creates smaller data sets from the streaming data by partitioning it based on partition keys. Currently, dynamic partitioning is only supported for Amazon S3 destinations.

§
EncryptionConfiguration?: EncryptionConfiguration | null
[src]

The encryption configuration. If no value is specified, the default is no encryption.

§
ErrorOutputPrefix?: string | null
[src]

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.

§
Prefix?: string | null
[src]

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.

§
ProcessingConfiguration?: ProcessingConfiguration | null
[src]

The data processing configuration.

§
RoleARN: string
[src]

The Amazon Resource Name (ARN) of the Amazon Web Services credentials. For more information, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces.

§
S3BackupConfiguration?: S3DestinationConfiguration | null
[src]

The configuration for backup in Amazon S3.

§
S3BackupMode?: S3BackupMode | null
[src]

The Amazon S3 backup mode. After you create a delivery stream, you can update it to enable Amazon S3 backup if it is disabled. If backup is enabled, you can't update the delivery stream to disable it.