interface DomainReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.OpenSearchService.DomainReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsopensearchservice#DomainReference |
![]() | software.amazon.awscdk.services.opensearchservice.DomainReference |
![]() | aws_cdk.aws_opensearchservice.DomainReference |
![]() | aws-cdk-lib » aws_opensearchservice » 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_opensearchservice as opensearchservice } from 'aws-cdk-lib';
const domainReference: opensearchservice.DomainReference = {
domainArn: 'domainArn',
domainName: 'domainName',
};
Properties
Name | Type | Description |
---|---|---|
domain | string | The ARN of the Domain resource. |
domain | string | The DomainName of the Domain resource. |
domainArn
Type:
string
The ARN of the Domain resource.
domainName
Type:
string
The DomainName of the Domain resource.