interface DomainAttributes
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Elasticsearch.DomainAttributes |
![]() | software.amazon.awscdk.services.elasticsearch.DomainAttributes |
![]() | aws_cdk.aws_elasticsearch.DomainAttributes |
![]() | @aws-cdk/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 * as elasticsearch from '@aws-cdk/aws-elasticsearch';
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.