---
title: Pinpoint SMS and Voice Phone Number
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > DDSQL Reference > Data Directory > Pinpoint SMS and Voice Phone Number
---

# Pinpoint SMS and Voice Phone Number

An AWS Pinpoint SMS and Voice Phone Number represents a dedicated phone number that can be used to send SMS messages or make voice calls through Amazon Pinpoint. It provides details such as the number type, capabilities, and region, enabling businesses to manage communication channels for customer engagement and marketing campaigns.

```
aws.smsvoice_phone_number
```

## Fields

| Title                         | ID   | Type          | Data Type                                                                                                                                                                                                                                                                                                                                                                                                                                     | Description |
| ----------------------------- | ---- | ------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| _key                          | core | string        |
| account_id                    | core | string        |
| created_timestamp             | core | timestamp     | The time when the phone number was created, in UNIX epoch time format.                                                                                                                                                                                                                                                                                                                                                                        |
| deletion_protection_enabled   | core | bool          | When set to true the phone number can't be deleted.                                                                                                                                                                                                                                                                                                                                                                                           |
| iso_country_code              | core | string        | The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.                                                                                                                                                                                                                                                                                                                                                              |
| message_type                  | core | string        | 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.                                                                                                                                                                                                                                                                     |
| monthly_leasing_price         | core | string        | The price, in US dollars, to lease the phone number.                                                                                                                                                                                                                                                                                                                                                                                          |
| number_capabilities           | core | array<string> | Describes if the origination identity can be used for text messages, voice calls or both.                                                                                                                                                                                                                                                                                                                                                     |
| number_type                   | core | string        | The type of phone number.                                                                                                                                                                                                                                                                                                                                                                                                                     |
| opt_out_list_name             | core | string        | The name of the OptOutList associated with the phone number.                                                                                                                                                                                                                                                                                                                                                                                  |
| phone_number                  | core | string        | The phone number in E.164 format.                                                                                                                                                                                                                                                                                                                                                                                                             |
| phone_number_arn              | core | string        | The Amazon Resource Name (ARN) associated with the phone number.                                                                                                                                                                                                                                                                                                                                                                              |
| phone_number_id               | core | string        | The unique identifier for the phone number.                                                                                                                                                                                                                                                                                                                                                                                                   |
| pool_id                       | core | string        | The unique identifier of the pool associated with the phone number.                                                                                                                                                                                                                                                                                                                                                                           |
| registration_id               | core | string        | The unique identifier for the registration.                                                                                                                                                                                                                                                                                                                                                                                                   |
| self_managed_opt_outs_enabled | core | bool          | When set to false and an end recipient sends a message that begins with HELP or STOP to one of your dedicated numbers, End User Messaging SMS automatically replies with a customizable message and adds the end recipient to the OptOutList. When set to true you're responsible for responding to HELP and STOP requests. You're also responsible for tracking and honoring opt-out request. For more information see Self-managed opt-outs |
| status                        | core | string        | The current status of the phone number.                                                                                                                                                                                                                                                                                                                                                                                                       |
| tags                          | core | hstore_csv    |
| two_way_channel_arn           | core | string        | The Amazon Resource Name (ARN) of the two way channel.                                                                                                                                                                                                                                                                                                                                                                                        |
| two_way_channel_role          | core | string        | An optional IAM Role Arn for a service to assume, to be able to post inbound SMS messages.                                                                                                                                                                                                                                                                                                                                                    |
| two_way_enabled               | core | bool          | By default this is set to false. When set to true you can receive incoming text messages from your end recipients using the TwoWayChannelArn.                                                                                                                                                                                                                                                                                                 |
