aws-cdk-lib.aws_elasticsearch.DomainAttributes

interface DomainAttributes ⚠️

LanguageType name
.NETAmazon.CDK.AWS.Elasticsearch.DomainAttributes
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awselasticsearch#DomainAttributes
Javasoftware.amazon.awscdk.services.elasticsearch.DomainAttributes
Pythonaws_cdk.aws_elasticsearch.DomainAttributes
TypeScript (source)aws-cdk-lib » aws_elasticsearch » DomainAttributes

⚠️ Deprecated: use opensearchservice module instead

Reference to an Elasticsearch domain.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_elasticsearch as elasticsearch } from 'aws-cdk-lib';
const domainAttributes: elasticsearch.DomainAttributes = {
  domainArn: 'domainArn',
  domainEndpoint: 'domainEndpoint',
};

Properties

NameTypeDescription
domainArn⚠️stringThe ARN of the Elasticsearch domain.
domainEndpoint⚠️stringThe domain endpoint of the Elasticsearch domain.

domainArn⚠️

⚠️ Deprecated: use opensearchservice module instead

Type: string

The ARN of the Elasticsearch domain.


domainEndpoint⚠️

⚠️ Deprecated: use opensearchservice module instead

Type: string

The domain endpoint of the Elasticsearch domain.