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

DestinationDescription

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

Describes the destination for a delivery stream.

interface DestinationDescription {
AmazonOpenSearchServerlessDestinationDescription?: AmazonOpenSearchServerlessDestinationDescription | null;
AmazonopensearchserviceDestinationDescription?: AmazonopensearchserviceDestinationDescription | null;
DestinationId: string;
ElasticsearchDestinationDescription?: ElasticsearchDestinationDescription | null;
ExtendedS3DestinationDescription?: ExtendedS3DestinationDescription | null;
HttpEndpointDestinationDescription?: HttpEndpointDestinationDescription | null;
RedshiftDestinationDescription?: RedshiftDestinationDescription | null;
S3DestinationDescription?: S3DestinationDescription | null;
SplunkDestinationDescription?: SplunkDestinationDescription | null;
}

§Properties

§
AmazonOpenSearchServerlessDestinationDescription?: AmazonOpenSearchServerlessDestinationDescription | null
[src]

The destination in the Serverless offering for Amazon OpenSearch Service.

§
AmazonopensearchserviceDestinationDescription?: AmazonopensearchserviceDestinationDescription | null
[src]

The destination in Amazon OpenSearch Service.

§
DestinationId: string
[src]

The ID of the destination.

§
ElasticsearchDestinationDescription?: ElasticsearchDestinationDescription | null
[src]

The destination in Amazon ES.

§
ExtendedS3DestinationDescription?: ExtendedS3DestinationDescription | null
[src]

The destination in Amazon S3.

§
HttpEndpointDestinationDescription?: HttpEndpointDestinationDescription | null
[src]

Describes the specified HTTP endpoint destination.

§
RedshiftDestinationDescription?: RedshiftDestinationDescription | null
[src]

The destination in Amazon Redshift.

§
S3DestinationDescription?: S3DestinationDescription | null
[src]

[Deprecated] The destination in Amazon S3.

§
SplunkDestinationDescription?: SplunkDestinationDescription | null
[src]

The destination in Splunk.