interface ThesaurusReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Kendra.ThesaurusReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awskendra#ThesaurusReference |
Java | software.amazon.awscdk.interfaces.kendra.ThesaurusReference |
Python | aws_cdk.interfaces.aws_kendra.ThesaurusReference |
TypeScript | aws-cdk-lib » interfaces » aws_kendra » ThesaurusReference |
A reference to a Thesaurus 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 interfaces_kendra } from 'aws-cdk-lib/interfaces';
const thesaurusReference: interfaces_kendra.ThesaurusReference = {
thesaurusArn: 'thesaurusArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| thesaurus | string | The Arn of the Thesaurus resource. |
thesaurusArn
Type:
string
The Arn of the Thesaurus resource.

.NET
Go
Java
Python
TypeScript