interface DomainAttributes
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.OpenSearchService.DomainAttributes |
Java | software.amazon.awscdk.services.opensearchservice.DomainAttributes |
Python | aws_cdk.aws_opensearchservice.DomainAttributes |
TypeScript (source) | @aws-cdk/aws-opensearchservice » DomainAttributes |
Reference to an Amazon OpenSearch Service domain.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as opensearchservice from '@aws-cdk/aws-opensearchservice';
const domainAttributes: opensearchservice.DomainAttributes = {
domainArn: 'domainArn',
domainEndpoint: 'domainEndpoint',
};
Properties
Name | Type | Description |
---|---|---|
domain | string | The ARN of the Amazon OpenSearch Service domain. |
domain | string | The domain endpoint of the Amazon OpenSearch Service domain. |
domainArn
Type:
string
The ARN of the Amazon OpenSearch Service domain.
domainEndpoint
Type:
string
The domain endpoint of the Amazon OpenSearch Service domain.