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

AmazonOpenSearchServerlessDestinationUpdate

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

Describes an update for a destination in the Serverless offering for Amazon OpenSearch Service.

interface AmazonOpenSearchServerlessDestinationUpdate {
CloudWatchLoggingOptions?: CloudWatchLoggingOptions | null;
CollectionEndpoint?: string | null;
IndexName?: string | null;
ProcessingConfiguration?: ProcessingConfiguration | null;
RoleARN?: string | null;
S3Update?: S3DestinationUpdate | null;
}

§Properties

§

The buffering options. If no value is specified, AmazonopensearchBufferingHints object default values are used.

§
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 retry behavior in case Kinesis Data Firehose is unable to deliver documents to the Serverless offering for Amazon OpenSearch Service. The default value is 300 (5 minutes).

§
RoleARN?: string | null
[src]

The Amazon Resource Name (ARN) of the IAM role to be assumed by Kinesis Data Firehose for calling the Serverless offering for Amazon OpenSearch Service Configuration API and for indexing documents.

§
S3Update?: S3DestinationUpdate | null
[src]