aws.connect.search_vocabularies
Example SQL Queries
SELECT * FROMaws.connect.search_vocabulariesWHERE"instance_id" = 'VALUE';Description
Searches for vocabularies within a specific Amazon Connect instance using State, NameStartsWith, and LanguageCode.
Table Definition
| Column Name | Column Data Type |
|---|---|
| instance_id Required Input Column The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance. | VARCHAR |
| language_code Input Column The language code of the vocabulary entries. For a list of languages and their corresponding language codes, see What is Amazon Transcribe? | VARCHAR |
| name_starts_with Input Column The starting pattern of the name of the vocabulary. | VARCHAR |
| state Input Column The current state of the custom vocabulary. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| arn The Amazon Resource Name (ARN) of the custom vocabulary. | VARCHAR |
| failure_reason The reason why the custom vocabulary was not created. | VARCHAR |
| id The identifier of the custom vocabulary. | VARCHAR |
| last_modified_time The timestamp when the custom vocabulary was last modified. | TIMESTAMP_S |
| name A unique name of the custom vocabulary. | VARCHAR |