interface VocabularyFilterReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Transcribe.VocabularyFilterReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awstranscribe#VocabularyFilterReference |
Java | software.amazon.awscdk.interfaces.transcribe.VocabularyFilterReference |
Python | aws_cdk.interfaces.aws_transcribe.VocabularyFilterReference |
TypeScript | aws-cdk-lib » interfaces » aws_transcribe » VocabularyFilterReference |
A reference to a VocabularyFilter resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_transcribe as interfaces_transcribe } from 'aws-cdk-lib/interfaces';
const vocabularyFilterReference: interfaces_transcribe.VocabularyFilterReference = {
vocabularyFilterArn: 'vocabularyFilterArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| vocabulary | string | The Arn of the VocabularyFilter resource. |
vocabularyFilterArn
Type:
string
The Arn of the VocabularyFilter resource.

.NET
Go
Java
Python
TypeScript