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

ElasticsearchDataSourceConfig

import type { ElasticsearchDataSourceConfig } from "https://aws-api.deno.dev/v0.3/services/appsync.ts?docs=full";

Describes an OpenSearch data source configuration.

As of September 2021, Amazon Elasticsearch service is Amazon OpenSearch Service. This configuration is deprecated. For new data sources, use "OpenSearchServiceDataSourceConfig" to specify an OpenSearch data source.

interface ElasticsearchDataSourceConfig {
awsRegion: string;
endpoint: string;
}

§Properties

§
awsRegion: string
[src]

The Amazon Web Services Region.

§
endpoint: string
[src]

The endpoint.