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-gyr5wj9zj0fg.deno.dev/v0.2/services/firehose.ts";
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]
§
BufferingHints?: BufferingHints | null
[src]
§
CloudWatchLoggingOptions?: CloudWatchLoggingOptions | null
[src]
§
CompressionFormat?: CompressionFormat | null
[src]
§
EncryptionConfiguration?: EncryptionConfiguration | null
[src]
§
ErrorOutputPrefix?: string | null
[src]
§
Prefix?: string | null
[src]
§
RoleARN?: string | null
[src]