aws-cdk-lib.aws_appsync.CfnDataSource.ElasticsearchConfigProperty

interface ElasticsearchConfigProperty

LanguageType name
.NETAmazon.CDK.AWS.AppSync.CfnDataSource.ElasticsearchConfigProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsappsync#CfnDataSource_ElasticsearchConfigProperty
Javasoftware.amazon.awscdk.services.appsync.CfnDataSource.ElasticsearchConfigProperty
Pythonaws_cdk.aws_appsync.CfnDataSource.ElasticsearchConfigProperty
TypeScript aws-cdk-lib » aws_appsync » CfnDataSource » ElasticsearchConfigProperty

The ElasticsearchConfig property type specifies the AwsRegion and Endpoints for an Amazon OpenSearch Service domain in your account for an AWS AppSync data source.

ElasticsearchConfig is a property of the AWS::AppSync::DataSource property type.

As of September 2021, Amazon Elasticsearch Service is Amazon OpenSearch Service . This property is deprecated. For new data sources, use OpenSearchServiceConfig to specify an OpenSearch Service data source.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_appsync as appsync } from 'aws-cdk-lib';
const elasticsearchConfigProperty: appsync.CfnDataSource.ElasticsearchConfigProperty = {
  awsRegion: 'awsRegion',
  endpoint: 'endpoint',
};

Properties

NameTypeDescription
awsRegionstringThe AWS Region.
endpointstringThe endpoint.

awsRegion

Type: string

The AWS Region.


endpoint

Type: string

The endpoint.