aws.connect.list_default_vocabularies
Example SQL Queries
SELECT * FROMaws.connect.list_default_vocabulariesWHERE"instance_id" = 'VALUE';Description
Lists the default vocabularies for the specified Amazon Connect instance.
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 |
| _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 |
| vocabulary_id The identifier of the custom vocabulary. | VARCHAR |
| vocabulary_name A unique name of the custom vocabulary. | VARCHAR |