interface DomainReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Elasticsearch.DomainReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awselasticsearch#DomainReference |
![]() | software.amazon.awscdk.services.elasticsearch.DomainReference |
![]() | aws_cdk.aws_elasticsearch.DomainReference |
![]() | aws-cdk-lib » aws_elasticsearch » DomainReference |
A reference to a Domain resource.
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 domainReference: elasticsearch.DomainReference = {
domainArn: 'domainArn',
domainId: 'domainId',
};
Properties
Name | Type | Description |
---|---|---|
domain | string | The ARN of the Domain resource. |
domain | string | The Id of the Domain resource. |
domainArn
Type:
string
The ARN of the Domain resource.
domainId
Type:
string
The Id of the Domain resource.