aws.chime_sdk_voice.search_available_phone_numbers
Example SQL Queries
SELECT * FROMaws.chime_sdk_voice.search_available_phone_numbers;Description
Searches the provisioned phone numbers in an organization.
Table Definition
| Column Name | Column Data Type |
|---|---|
| area_code Input Column Confines a search to just the phone numbers associated with the specified area code. | VARCHAR |
| city Input Column Confines a search to just the phone numbers associated with the specified city. | VARCHAR |
| country Input Column Confines a search to just the phone numbers associated with the specified country. | VARCHAR |
| max_results Input Column The maximum number of results to return. | BIGINT |
| next_token Input Column The token used to return the next page of results. | VARCHAR |
| phone_number_type Input Column Confines a search to just the phone numbers associated with the specified phone number type, either local or toll-free. | VARCHAR |
| state Input Column Confines a search to just the phone numbers associated with the specified state. | VARCHAR |
| toll_free_prefix Input Column Confines a search to just the phone numbers associated with the specified toll-free prefix. | 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
| |
| e164_phone_numbers Confines a search to just the phone numbers in the E.164 format. | VARCHAR[] |
Show child fields
| |