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

.NET
Go
Java
Python
TypeScript