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

# aws_verifiedpermissions_policy_store{% #aws_verifiedpermissions_policy_store %}

## `account_id`{% #account_id %}

**Type**: `STRING`

## `arn`{% #arn %}

**Type**: `STRING`**Provider name**: `arn`**Description**: The Amazon Resource Name (ARN) of the policy store.

## `cedar_version`{% #cedar_version %}

**Type**: `STRING`**Provider name**: `cedarVersion`**Description**: The version of the Cedar language used with policies, policy templates, and schemas in this policy store. For more information, see [Amazon Verified Permissions upgrade to Cedar v4 FAQ](https://docs.aws.amazon.com/verifiedpermissions/latest/userguide/cedar4-faq.html).

## `created_date`{% #created_date %}

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

## `deletion_protection`{% #deletion_protection %}

**Type**: `STRING`**Provider name**: `deletionProtection`**Description**: Specifies whether the policy store can be deleted. If enabled, the policy store can't be deleted. The default state is `DISABLED`.

## `description`{% #description %}

**Type**: `STRING`**Provider name**: `description`**Description**: Descriptive text that you can provide to help with identification of the current policy store.

## `last_updated_date`{% #last_updated_date %}

**Type**: `TIMESTAMP`**Provider name**: `lastUpdatedDate`**Description**: The date and time that the policy store was last updated.

## `policy_store_id`{% #policy_store_id %}

**Type**: `STRING`**Provider name**: `policyStoreId`**Description**: The ID of the policy store;

## `tags`{% #tags %}

**Type**: `UNORDERED_LIST_STRING`

## `validation_settings`{% #validation_settings %}

**Type**: `STRUCT`**Provider name**: `validationSettings`**Description**: The current validation settings for the policy store.

- `mode`**Type**: `STRING`**Provider name**: `mode`**Description**: The validation mode currently configured for this policy store. The valid values are:
  - OFF – Neither Verified Permissions nor Cedar perform any validation on policies. No validation errors are reported by either service.
  - STRICT – Requires a schema to be present in the policy store. Cedar performs validation on all submitted new or updated static policies and policy templates. Any that fail validation are rejected and Cedar doesn't store them in the policy store.
If `Mode=STRICT` and the policy store doesn't contain a schema, Verified Permissions rejects all static policies and policy templates because there is no schema to validate against. To submit a static policy or policy template without a schema, you must turn off validation.
