---
title: Getting Started with Datadog
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > Infrastructure > Datadog Resource Catalog
---

# aws_organizations_policy_statement{% #aws_organizations_policy_statement %}

## `account_id`{% #account_id %}

**Type**: `STRING`

## `content`{% #content %}

**Type**: `STRING`**Provider name**: `Content`**Description**: The text content of the policy.

## `policy_statement_arn`{% #policy_statement_arn %}

**Type**: `STRING`

## `policy_summary`{% #policy_summary %}

**Type**: `STRUCT`**Provider name**: `PolicySummary`**Description**: A structure that contains additional details about the policy.

- `arn`**Type**: `STRING`**Provider name**: `Arn`**Description**: The Amazon Resource Name (ARN) of the policy. For more information about ARNs in Organizations, see [ARN Formats Supported by Organizations](https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsorganizations.html#awsorganizations-resources-for-iam-policies) in the Amazon Web Services Service Authorization Reference.
- `aws_managed`**Type**: `BOOLEAN`**Provider name**: `AwsManaged`**Description**: A boolean value that indicates whether the specified policy is an Amazon Web Services managed policy. If true, then you can attach the policy to roots, OUs, or accounts, but you cannot edit it.
- `description`**Type**: `STRING`**Provider name**: `Description`**Description**: The description of the policy.
- `id`**Type**: `STRING`**Provider name**: `Id`**Description**: The unique identifier (ID) of the policy. The [regex pattern](http://wikipedia.org/wiki/regex) for a policy ID string requires "p-" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).
- `name`**Type**: `STRING`**Provider name**: `Name`**Description**: The friendly name of the policy. The [regex pattern](http://wikipedia.org/wiki/regex) that is used to validate this parameter is a string of any of the characters in the ASCII character range.
- `type`**Type**: `STRING`**Provider name**: `Type`**Description**: The type of policy.

## `tags`{% #tags %}

**Type**: `UNORDERED_LIST_STRING`

## `targets`{% #targets %}

**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `Targets`**Description**: A list of structures, each of which contains details about one of the entities to which the specified policy is attached.

- `arn`**Type**: `STRING`**Provider name**: `Arn`**Description**: The Amazon Resource Name (ARN) of the policy target. For more information about ARNs in Organizations, see [ARN Formats Supported by Organizations](https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsorganizations.html#awsorganizations-resources-for-iam-policies) in the Amazon Web Services Service Authorization Reference.
- `name`**Type**: `STRING`**Provider name**: `Name`**Description**: The friendly name of the policy target. The [regex pattern](http://wikipedia.org/wiki/regex) that is used to validate this parameter is a string of any of the characters in the ASCII character range.
- `target_id`**Type**: `STRING`**Provider name**: `TargetId`**Description**: The unique identifier (ID) of the policy target. The [regex pattern](http://wikipedia.org/wiki/regex) for a target ID string requires one of the following:
  - Root - A string that begins with "r-" followed by from 4 to 32 lowercase letters or digits.
  - Account - A string that consists of exactly 12 digits.
  - Organizational unit (OU) - A string that begins with "ou-" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second "-" dash and from 8 to 32 additional lowercase letters or digits.
- `type`**Type**: `STRING`**Provider name**: `Type`**Description**: The type of the policy target.
