aws.lexv2_models.list_bot_alias_replicas
Example SQL Queries
SELECT * FROMaws.lexv2_models.list_bot_alias_replicasWHERE"bot_id" = 'VALUE'AND "replica_region" = 'VALUE';Description
The action to list the replicated bots created from the source bot alias.
Table Definition
| Column Name | Column Data Type |
|---|---|
| bot_id Required Input Column The unique bot ID of the replicated bot created from the source bot alias. | VARCHAR |
| replica_region Required Input Column The secondary region of the replicated bot created from the source bot alias. | VARCHAR |
| max_results Input Column The request for maximum results to list the replicated bots created from the source bot alias. | BIGINT |
| next_token Input Column The next token for the replicated bots created from the source bot alias. | 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_alias_replica_summaries The summary information of the replicated bot created from the source bot alias. | STRUCT( |
Show child fields
| |
| source_region The source region of the replicated bot created from the source bot alias. | VARCHAR |