aws.lexv2_models.list_bot_version_replicas
Example SQL Queries
SELECT * FROMaws.lexv2_models.list_bot_version_replicasWHERE"bot_id" = 'VALUE'AND "replica_region" = 'VALUE';Description
Contains information about all the versions replication statuses applicable for Global Resiliency.
Table Definition
| Column Name | Column Data Type |
|---|---|
| bot_id Required Input Column The unique ID of the bots in the list of replicated bots. | VARCHAR |
| replica_region Required Input Column The region used for the replicated bots in the list of replicated bots. | VARCHAR |
| max_results Input Column The maximum results given in the list of replicated bots. | BIGINT |
| next_token Input Column The next token used for the replicated bots in the list of replicated bots. | VARCHAR |
| sort_by Input Column The requested sort category for the list of replicated bots. | STRUCT( |
Show child fields
| |
| _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_version_replica_summaries The information summary used for the replicated bots in the list of replicated bots. | STRUCT( |
Show child fields
| |
| source_region The source region used for the bots in the list of replicated bots. | VARCHAR |