---
title: AWS Organizations Effective Policy
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > DDSQL Reference > Data Directory > AWS Organizations Effective Policy
---

# AWS Organizations Effective Policy

An AWS Organizations Effective Policy represents the finalized policy that applies to an account, organizational unit, or the entire organization after combining all relevant policies, such as service control policies. It shows the policy version and content that AWS ultimately enforces, helping administrators understand the exact permissions or restrictions in effect across their organization.

```
aws.organizations_effective_policy
```

## Fields

| Title                  | ID   | Type       | Data Type                                   | Description |
| ---------------------- | ---- | ---------- | ------------------------------------------- | ----------- |
| _key                   | core | string     |
| account_id             | core | string     |
| last_updated_timestamp | core | timestamp  | The time of the last update to this policy. |
| policy_content         | core | string     | The text content of the policy.             |
| policy_type            | core | string     | The policy type.                            |
| tags                   | core | hstore_csv |
| target_id              | core | string     | The account ID of the policy target.        |
