aws.pinpoint_sms_voice_v2.describe_verified_destination_numbers
Example SQL Queries
SELECT * FROMaws.pinpoint_sms_voice_v2.describe_verified_destination_numbers;Description
Retrieves the specified verified destiona numbers.
Table Definition
| Column Name | Column Data Type |
|---|---|
| destination_phone_numbers Input Column An array of verified destination phone number, in E.164 format. | VARCHAR[] |
Show child fields
| |
| filters Input Column An array of VerifiedDestinationNumberFilter objects to filter the results. | STRUCT( |
Show child fields
| |
| verified_destination_number_ids Input Column An array of VerifiedDestinationNumberid to retreive. | VARCHAR[] |
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
| |
| created_timestamp The time when the destination phone number was created, in UNIX epoch time format. | TIMESTAMP_S |
| destination_phone_number The verified destination phone number, in E.164 format. | VARCHAR |
| status The status of the verified destination phone number.
| VARCHAR |
| verified_destination_number_arn The Amazon Resource Name (ARN) for the verified destination phone number. | VARCHAR |
| verified_destination_number_id The unique identifier for the verified destination phone number. | VARCHAR |