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

AmazonOpenSearchServerlessDestinationDescription

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

The destination description in the Serverless offering for Amazon OpenSearch Service.

interface AmazonOpenSearchServerlessDestinationDescription {
CloudWatchLoggingOptions?: CloudWatchLoggingOptions | null;
CollectionEndpoint?: string | null;
IndexName?: string | null;
ProcessingConfiguration?: ProcessingConfiguration | null;
RoleARN?: string | null;
S3DestinationDescription?: S3DestinationDescription | null;
VpcConfigurationDescription?: VpcConfigurationDescription | null;
}

§Properties

§

The buffering options.

§
CloudWatchLoggingOptions?: CloudWatchLoggingOptions | null
[src]
§
CollectionEndpoint?: string | null
[src]

The endpoint to use when communicating with the collection in the Serverless offering for Amazon OpenSearch Service.

§
IndexName?: string | null
[src]

The Serverless offering for Amazon OpenSearch Service index name.

§
ProcessingConfiguration?: ProcessingConfiguration | null
[src]
§

The Serverless offering for Amazon OpenSearch Service retry options.

§
RoleARN?: string | null
[src]

The Amazon Resource Name (ARN) of the AWS credentials.

§

The Amazon S3 backup mode.

§
S3DestinationDescription?: S3DestinationDescription | null
[src]
§
VpcConfigurationDescription?: VpcConfigurationDescription | null
[src]