aws.sns.list_origination_numbers
Example SQL Queries
SELECT * FROMaws.sns.list_origination_numbers;Description
Lists the calling Amazon Web Services account's dedicated origination numbers and their metadata. For more information about origination numbers, see Origination numbers in the Amazon SNS Developer Guide.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| created_at The date and time when the phone number was created. | TIMESTAMP_S |
| iso2_country_code The two-character code for the country or region, in ISO 3166-1 alpha-2 format. | VARCHAR |
| number_capabilities The capabilities of each phone number. | VARCHAR[] |
Show child fields
| |
| phone_number The phone number. | VARCHAR |
| route_type The list of supported routes. | VARCHAR |
| status The status of the phone number. | VARCHAR |