interface IndexReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.OpenSearchServerless.IndexReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsopensearchserverless#IndexReference |
![]() | software.amazon.awscdk.services.opensearchserverless.IndexReference |
![]() | aws_cdk.aws_opensearchserverless.IndexReference |
![]() | aws-cdk-lib » aws_opensearchserverless » IndexReference |
A reference to a Index resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_opensearchserverless as opensearchserverless } from 'aws-cdk-lib';
const indexReference: opensearchserverless.IndexReference = {
collectionEndpoint: 'collectionEndpoint',
indexName: 'indexName',
};
Properties
Name | Type | Description |
---|---|---|
collection | string | The CollectionEndpoint of the Index resource. |
index | string | The IndexName of the Index resource. |
collectionEndpoint
Type:
string
The CollectionEndpoint of the Index resource.
indexName
Type:
string
The IndexName of the Index resource.