---
title: Pinpoint Segment
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > DDSQL Reference > Data Directory > Pinpoint Segment
---

# Pinpoint Segment

An Amazon Pinpoint Segment is a group of users defined by specific attributes, behaviors, or demographics. Segments allow you to target subsets of your audience for personalized messaging campaigns. They can be created dynamically based on real-time data or defined statically with imported user lists.

```
aws.pinpoint_segment
```

## Fields

| Title              | ID   | Type       | Data Type                                                                                                                                                                                                                                                                                                                                                                                                                                                        | Description |
| ------------------ | ---- | ---------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| _key               | core | string     |
| account_id         | core | string     |
| application_id     | core | string     | The unique identifier for the application that the segment is associated with.                                                                                                                                                                                                                                                                                                                                                                                   |
| arn                | core | string     | The Amazon Resource Name (ARN) of the segment.                                                                                                                                                                                                                                                                                                                                                                                                                   |
| creation_date      | core | string     | The date and time when the segment was created.                                                                                                                                                                                                                                                                                                                                                                                                                  |
| dimensions         | core | json       | The dimension settings for the segment.                                                                                                                                                                                                                                                                                                                                                                                                                          |
| id                 | core | string     | The unique identifier for the segment.                                                                                                                                                                                                                                                                                                                                                                                                                           |
| import_definition  | core | json       | The settings for the import job that's associated with the segment.                                                                                                                                                                                                                                                                                                                                                                                              |
| last_modified_date | core | string     | The date and time when the segment was last modified.                                                                                                                                                                                                                                                                                                                                                                                                            |
| name               | core | string     | The name of the segment.                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| segment_groups     | core | json       | A list of one or more segment groups that apply to the segment. Each segment group consists of zero or more base segments and the dimensions that are applied to those base segments.                                                                                                                                                                                                                                                                            |
| segment_type       | core | string     | The segment type. Valid values are: DIMENSIONAL - A dynamic segment, which is a segment that uses selection criteria that you specify and is based on endpoint data that's reported by your app. Dynamic segments can change over time. IMPORT - A static segment, which is a segment that uses selection criteria that you specify and is based on endpoint definitions that you import from a file. Imported segments are static; they don't change over time. |
| tags               | core | hstore_csv |
| version            | core | int64      | The version number of the segment.                                                                                                                                                                                                                                                                                                                                                                                                                               |
