aws.pinpoint_sms_voice_v2.describe_sender_ids
Example SQL Queries
SELECT * FROMaws.pinpoint_sms_voice_v2.describe_sender_ids;Description
Describes the specified SenderIds or all SenderIds associated with your Amazon Web Services account.
If you specify SenderIds, the output includes information for only the specified SenderIds. If you specify filters, the output includes information for only those SenderIds that meet the filter criteria. If you don't specify SenderIds or filters, the output includes information for all SenderIds.
f you specify a sender ID that isn't valid, an error is returned.
Table Definition
| Column Name | Column Data Type |
|---|---|
| filters Input Column An array of SenderIdFilter objects to filter the results. | STRUCT( |
Show child fields
| |
| sender_ids Input Column An array of SenderIdAndCountry objects to search for. | STRUCT( |
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
| |
| deletion_protection_enabled By default this is set to false. When set to true the sender ID can't be deleted. | BOOLEAN |
| iso_country_code The two-character code, in ISO 3166-1 alpha-2 format, for the country or region. | VARCHAR |
| message_types The type of message. Valid values are TRANSACTIONAL for messages that are critical or time-sensitive and PROMOTIONAL for messages that aren't critical or time-sensitive. | VARCHAR[] |
Show child fields
| |
| monthly_leasing_price The monthly leasing price, in US dollars. | VARCHAR |
| registered True if the sender ID is registered. | BOOLEAN |
| registration_id The unique identifier for the registration. | VARCHAR |
| sender_id The alphanumeric sender ID in a specific country that you'd like to describe. | VARCHAR |
| sender_id_arn The Amazon Resource Name (ARN) associated with the SenderId. | VARCHAR |