interface FaqReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Kendra.FaqReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awskendra#FaqReference |
![]() | software.amazon.awscdk.services.kendra.FaqReference |
![]() | aws_cdk.aws_kendra.FaqReference |
![]() | aws-cdk-lib » aws_kendra » FaqReference |
A reference to a Faq 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 faqReference: kendra.FaqReference = {
faqArn: 'faqArn',
faqId: 'faqId',
indexId: 'indexId',
};
Properties
Name | Type | Description |
---|---|---|
faq | string | The ARN of the Faq resource. |
faq | string | The Id of the Faq resource. |
index | string | The IndexId of the Faq resource. |
faqArn
Type:
string
The ARN of the Faq resource.
faqId
Type:
string
The Id of the Faq resource.
indexId
Type:
string
The IndexId of the Faq resource.