aws.chime.list_phone_number_orders
Example SQL Queries
SELECT * FROMaws.chime.list_phone_number_orders;Description
Lists the phone number orders for the administrator's Amazon Chime account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| max_results Input Column The maximum number of results to return in a single call. | BIGINT |
| next_token Input Column The token to use to retrieve the next page of results. | 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
| |
| phone_number_orders The phone number order details. | STRUCT( |
Show child fields
| |