aws.lexv2_models.describe_custom_vocabulary_metadata
Example SQL Queries
SELECT * FROMaws.lexv2_models.describe_custom_vocabulary_metadataWHERE"bot_id" = 'VALUE'AND "bot_version" = 'VALUE'AND "locale_id" = 'VALUE';Description
Provides metadata information about a custom vocabulary.
Table Definition
| Column Name | Column Data Type |
|---|---|
| bot_id Required Input Column The identifier of the bot that contains the custom vocabulary. | VARCHAR |
| bot_version Required Input Column The version of the bot that contains the custom vocabulary to describe. | VARCHAR |
| locale_id Required Input Column The locale that contains the custom vocabulary to describe. | 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
| |
| creation_date_time The date and time that the custom vocabulary was created. | TIMESTAMP_S |
| custom_vocabulary_status The status of the custom vocabulary. If the status is Ready the custom vocabulary is ready to use. | VARCHAR |
| last_updated_date_time The date and time that the custom vocabulary was last updated. | TIMESTAMP_S |