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

AmazonopensearchserviceDestinationDescription

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

The destination description in Amazon OpenSearch Service.

interface AmazonopensearchserviceDestinationDescription {
BufferingHints?: AmazonopensearchserviceBufferingHints | null;
CloudWatchLoggingOptions?: CloudWatchLoggingOptions | null;
ClusterEndpoint?: string | null;
DomainARN?: string | null;
IndexName?: string | null;
IndexRotationPeriod?: AmazonopensearchserviceIndexRotationPeriod | null;
ProcessingConfiguration?: ProcessingConfiguration | null;
RoleARN?: string | null;
S3DestinationDescription?: S3DestinationDescription | null;
TypeName?: string | null;
VpcConfigurationDescription?: VpcConfigurationDescription | null;
}

§Properties

§

The buffering options.

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

The endpoint to use when communicating with the cluster. Kinesis Data Firehose uses either this ClusterEndpoint or the DomainARN field to send data to Amazon OpenSearch Service.

§
DomainARN?: string | null
[src]

The ARN of the Amazon OpenSearch Service domain.

§
IndexName?: string | null
[src]

The Amazon OpenSearch Service index name.

§

The Amazon OpenSearch Service index rotation period

§
ProcessingConfiguration?: ProcessingConfiguration | null
[src]
§

The Amazon OpenSearch Service retry options.

§
RoleARN?: string | null
[src]

The Amazon Resource Name (ARN) of the Amazon Web Services credentials.

§

The Amazon S3 backup mode.

§
S3DestinationDescription?: S3DestinationDescription | null
[src]
§
TypeName?: string | null
[src]

The Amazon OpenSearch Service type name. This applies to Elasticsearch 6.x and lower versions. For Elasticsearch 7.x and OpenSearch Service 1.x, there's no value for TypeName.

§
VpcConfigurationDescription?: VpcConfigurationDescription | null
[src]