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