interface IndexReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Kendra.IndexReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awskendra#IndexReference |
![]() | software.amazon.awscdk.services.kendra.IndexReference |
![]() | aws_cdk.aws_kendra.IndexReference |
![]() | aws-cdk-lib » aws_kendra » 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_kendra as kendra } from 'aws-cdk-lib';
const indexReference: kendra.IndexReference = {
indexArn: 'indexArn',
indexId: 'indexId',
};
Properties
Name | Type | Description |
---|---|---|
index | string | The ARN of the Index resource. |
index | string | The Id of the Index resource. |
indexArn
Type:
string
The ARN of the Index resource.
indexId
Type:
string
The Id of the Index resource.