interface DomainAttributes
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Elasticsearch.DomainAttributes |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awselasticsearch#DomainAttributes |
![]() | software.amazon.awscdk.services.elasticsearch.DomainAttributes |
![]() | aws_cdk.aws_elasticsearch.DomainAttributes |
![]() | 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
Name | Type | Description |
---|---|---|
domain | string | The ARN of the Elasticsearch domain. |
domain | string | The 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.