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

S3DestinationUpdate

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

Describes an update for a destination in Amazon S3.

interface S3DestinationUpdate {
BucketARN?: string | null;
BufferingHints?: BufferingHints | null;
CloudWatchLoggingOptions?: CloudWatchLoggingOptions | null;
CompressionFormat?: CompressionFormat | null;
EncryptionConfiguration?: EncryptionConfiguration | null;
ErrorOutputPrefix?: string | null;
Prefix?: string | null;
RoleARN?: string | 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. If no value is specified, BufferingHints object default values are used.

§
CloudWatchLoggingOptions?: CloudWatchLoggingOptions | null
[src]

The CloudWatch logging options for your delivery stream.

§
CompressionFormat?: CompressionFormat | null
[src]

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

The compression formats SNAPPY or ZIP cannot be specified for Amazon Redshift destinations because they are not supported by the Amazon Redshift COPY operation that reads from the S3 bucket.

§
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.

§
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.