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

ExtendedS3DestinationUpdate

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

Describes an update for a destination in Amazon S3.

interface ExtendedS3DestinationUpdate {
BucketARN?: string | null;
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 | null;
S3BackupMode?: S3BackupMode | null;
S3BackupUpdate?: S3DestinationUpdate | null;
}

§Properties

§
BucketARN?: string | null
[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 | null
[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.

§
S3BackupMode?: S3BackupMode | null
[src]

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

§
S3BackupUpdate?: S3DestinationUpdate | null
[src]

The Amazon S3 destination for backup.