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

# aws_verifiedpermissions_policy{% #aws_verifiedpermissions_policy %}

## `account_id`{% #account_id %}

**Type**: `STRING`

## `actions`{% #actions %}

**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `actions`**Description**: The action that a policy permits or forbids. For example, `{"actions": [{"actionId": "ViewPhoto", "actionType": "PhotoFlash::Action"}, {"entityID": "SharePhoto", "entityType": "PhotoFlash::Action"}]}`.

- `action_id`**Type**: `STRING`**Provider name**: `actionId`**Description**: The ID of an action.
- `action_type`**Type**: `STRING`**Provider name**: `actionType`**Description**: The type of an action.

## `created_date`{% #created_date %}

**Type**: `TIMESTAMP`**Provider name**: `createdDate`**Description**: The date and time the policy was created.

## `definition`{% #definition %}

**Type**: `STRUCT`**Provider name**: `definition`**Description**: The policy definition of an item in the list of policies returned.

- `static`**Type**: `STRUCT`**Provider name**: `static`**Description**: Information about a static policy that wasn't created with a policy template.
  - `description`**Type**: `STRING`**Provider name**: `description`**Description**: A description of the static policy.
- `template_linked`**Type**: `STRUCT`**Provider name**: `templateLinked`**Description**: Information about a template-linked policy that was created by instantiating a policy template.
  - `policy_template_id`**Type**: `STRING`**Provider name**: `policyTemplateId`**Description**: The unique identifier of the policy template used to create this policy.
  - `principal`**Type**: `STRUCT`**Provider name**: `principal`**Description**: The principal associated with this template-linked policy. Verified Permissions substitutes this principal for the `?principal` placeholder in the policy template when it evaluates an authorization request.
    - `entity_id`**Type**: `STRING`**Provider name**: `entityId`**Description**: The identifier of an entity. `"entityId":" identifier "`
    - `entity_type`**Type**: `STRING`**Provider name**: `entityType`**Description**: The type of an entity. Example: `"entityType":" typeName "`
  - `resource`**Type**: `STRUCT`**Provider name**: `resource`**Description**: The resource associated with this template-linked policy. Verified Permissions substitutes this resource for the `?resource` placeholder in the policy template when it evaluates an authorization request.
    - `entity_id`**Type**: `STRING`**Provider name**: `entityId`**Description**: The identifier of an entity. `"entityId":" identifier "`
    - `entity_type`**Type**: `STRING`**Provider name**: `entityType`**Description**: The type of an entity. Example: `"entityType":" typeName "`

## `effect`{% #effect %}

**Type**: `STRING`**Provider name**: `effect`**Description**: The effect of the decision that a policy returns to an authorization request. For example, `"effect": "Permit"`.

## `last_updated_date`{% #last_updated_date %}

**Type**: `TIMESTAMP`**Provider name**: `lastUpdatedDate`**Description**: The date and time the policy was most recently updated.

## `policy_id`{% #policy_id %}

**Type**: `STRING`**Provider name**: `policyId`**Description**: The identifier of the policy you want information about.

## `policy_store_id`{% #policy_store_id %}

**Type**: `STRING`**Provider name**: `policyStoreId`**Description**: The identifier of the policy store where the policy you want information about is stored.

## `policy_type`{% #policy_type %}

**Type**: `STRING`**Provider name**: `policyType`**Description**: The type of the policy. This is one of the following values:

- `STATIC`
- `TEMPLATE_LINKED`



## `principal`{% #principal %}

**Type**: `STRUCT`**Provider name**: `principal`**Description**: The principal associated with the policy.

- `entity_id`**Type**: `STRING`**Provider name**: `entityId`**Description**: The identifier of an entity. `"entityId":" identifier "`
- `entity_type`**Type**: `STRING`**Provider name**: `entityType`**Description**: The type of an entity. Example: `"entityType":" typeName "`

## `resource`{% #resource %}

**Type**: `STRUCT`**Provider name**: `resource`**Description**: The resource associated with the policy.

- `entity_id`**Type**: `STRING`**Provider name**: `entityId`**Description**: The identifier of an entity. `"entityId":" identifier "`
- `entity_type`**Type**: `STRING`**Provider name**: `entityType`**Description**: The type of an entity. Example: `"entityType":" typeName "`

## `tags`{% #tags %}

**Type**: `UNORDERED_LIST_STRING`
