---
title: EC2 Prefix List Shared
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > DDSQL Reference > Data Directory > EC2 Prefix List Shared
---

# EC2 Prefix List Shared

This table represents the EC2 Prefix List Shared resource from Amazon Web Services.

```
aws.ec2_prefix_list_shared
```

## Fields

| Title            | ID   | Type   | Data Type                                           | Description |
| ---------------- | ---- | ------ | --------------------------------------------------- | ----------- |
| _key             | core | string |
| address_family   | core | string | The IP address version.                             |
| entries          | core | json   | Information about the prefix list entries.          |
| max_entries      | core | int64  | The maximum number of entries for the prefix list.  |
| owner_id         | core | string | The ID of the owner of the prefix list.             |
| prefix_list_arn  | core | string | The Amazon Resource Name (ARN) for the prefix list. |
| prefix_list_id   | core | string | The ID of the prefix list.                          |
| prefix_list_name | core | string | The name of the prefix list.                        |
| state            | core | string | The current state of the prefix list.               |
| state_message    | core | string | The state message.                                  |
| version          | core | int64  | The version of the prefix list.                     |
