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

# Pinpoint SMS and Voice V2 Registration

Pinpoint SMS and Voice V2 Registration in AWS represents the registration information required to use SMS and voice messaging services. It stores details about sender identities, compliance requirements, and registration status needed to send messages through Amazon Pinpoint. This resource ensures that messaging campaigns meet regulatory and carrier requirements before traffic is allowed.

```
aws.smsvoice_registration
```

## Fields

| Title                        | ID   | Type       | Data Type                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | Description |
| ---------------------------- | ---- | ---------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| _key                         | core | string     |
| account_id                   | core | string     |
| additional_attributes        | core | hstore     | Metadata about a given registration which is specific to that registration type.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| approved_version_number      | core | int64      | The version number of the registration that was approved.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| created_timestamp            | core | timestamp  | The time when the registration was created, in UNIX epoch time format.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| current_version_number       | core | int64      | The current version number of the registration.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| latest_denied_version_number | core | int64      | The latest version number of the registration that was denied.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| registration_arn             | core | string     | The Amazon Resource Name (ARN) for the registration.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| registration_id              | core | string     | The unique identifier for the registration.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| registration_status          | core | string     | The status of the registration. CLOSED: The phone number or sender ID has been deleted and you must also delete the registration for the number. CREATED: Your registration is created but not submitted. COMPLETE: Your registration has been approved and your origination identity has been created. DELETED: The registration has been deleted. PROVISIONING: Your registration has been approved and your origination identity is being created. REQUIRES_AUTHENTICATION: You need to complete email authentication. REQUIRES_UPDATES: You must fix your registration and resubmit it. REVIEWING: Your registration has been accepted and is being reviewed. SUBMITTED: Your registration has been submitted and is awaiting review. |
| registration_type            | core | string     | The type of registration form. The list of RegistrationTypes can be found using the DescribeRegistrationTypeDefinitions action.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| tags                         | core | hstore_csv |
