aws.lexv2_models.list_bot_replicas
Example SQL Queries
SELECT * FROMaws.lexv2_models.list_bot_replicasWHERE"bot_id" = 'VALUE';Description
The action to list the replicated bots.
Table Definition
| Column Name | Column Data Type |
|---|---|
| bot_id Required Input Column the unique bot IDs in the list of replicated bots. | 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_summaries The summary details for the replicated bots. | STRUCT( |
Show child fields
| |
| source_region The source region of the source bots in the list of replicated bots. | VARCHAR |