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

ElasticsearchDestinationDescription

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

The destination description in Amazon ES.

interface ElasticsearchDestinationDescription {
BufferingHints?: ElasticsearchBufferingHints | null;
CloudWatchLoggingOptions?: CloudWatchLoggingOptions | null;
ClusterEndpoint?: string | null;
DomainARN?: string | null;
IndexName?: string | null;
IndexRotationPeriod?: ElasticsearchIndexRotationPeriod | null;
ProcessingConfiguration?: ProcessingConfiguration | null;
RetryOptions?: ElasticsearchRetryOptions | null;
RoleARN?: string | null;
S3BackupMode?: ElasticsearchS3BackupMode | null;
S3DestinationDescription?: S3DestinationDescription | null;
TypeName?: string | null;
VpcConfigurationDescription?: VpcConfigurationDescription | null;
}

§Properties

§
BufferingHints?: ElasticsearchBufferingHints | null
[src]

The buffering options.

§
CloudWatchLoggingOptions?: CloudWatchLoggingOptions | null
[src]

The Amazon CloudWatch logging options.

§
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 ES.

§
DomainARN?: string | null
[src]

The ARN of the Amazon ES domain. For more information, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces.

Kinesis Data Firehose uses either ClusterEndpoint or DomainARN to send data to Amazon ES.

§
IndexName?: string | null
[src]

The Elasticsearch index name.

§
IndexRotationPeriod?: ElasticsearchIndexRotationPeriod | null
[src]

The Elasticsearch index rotation period

§
ProcessingConfiguration?: ProcessingConfiguration | null
[src]

The data processing configuration.

§
RetryOptions?: ElasticsearchRetryOptions | null
[src]

The Amazon ES retry options.

§
RoleARN?: string | null
[src]

The Amazon Resource Name (ARN) of the Amazon Web Services credentials. For more information, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces.

§
S3BackupMode?: ElasticsearchS3BackupMode | null
[src]

The Amazon S3 backup mode.

§
S3DestinationDescription?: S3DestinationDescription | null
[src]

The Amazon S3 destination.

§
TypeName?: string | null
[src]

The Elasticsearch 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]

The details of the VPC of the Amazon ES destination.