aws.lexv2_models.describe_bot_replica
Example SQL Queries
SELECT * FROMaws.lexv2_models.describe_bot_replicaWHERE"bot_id" = 'VALUE'AND "replica_region" = 'VALUE';Description
Monitors the bot replication status through the UI console.
Table Definition
| Column Name | Column Data Type |
|---|---|
| bot_id Required Input Column The unique bot ID of the replicated bot being monitored. | VARCHAR |
| replica_region Required Input Column The region of the replicated bot being monitored. | 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
| |
| bot_replica_status The operational status of the replicated bot being monitored. | VARCHAR |
| creation_date_time The creation date and time of the replicated bot being monitored. | TIMESTAMP_S |
| failure_reasons The failure reasons the bot being monitored failed to replicate. | VARCHAR[] |
Show child fields
| |
| source_region The source region of the replicated bot being monitored. | VARCHAR |