v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1434249272.1 KB

Creates a policy store. A policy store is a container for policy resources.

As of May 2026, Verified Permissions has aligned with Cedar and now supports multiple namespaces.

Verified Permissions is eventually consistent . It can take a few seconds for a new or changed element to propagate through the service and be visible in the results of other Verified Permissions operations.

post/#X-Amz-Target=VerifiedPermissions.CreatePolicyStore

Headers

X-Amz-Target'VerifiedPermissions.CreatePolicyStore' required

Request body

clientTokenstring
<p>Specifies a unique, case-sensitive ID that you provide to ensure the idempotency of the request. This lets you safely retry the request without accidentally performing the same operation a second time. Passing the same value to a later call to an operation requires that you also pass the same value for all other parameters. We recommend that you use a <a href="https://wikipedia.org/wiki/Universally_unique_identifier">UUID type of value.</a>.</p> <p>If you don't provide this value, then Amazon Web Services generates a random one for you.</p> <p>If you retry the operation with the same <code>ClientToken</code>, but with different parameters, the retry fails with an <code>ConflictException</code> error.</p> <p>Verified Permissions recognizes a <code>ClientToken</code> for eight hours. After eight hours, the next request with the same parameters performs the operation again regardless of the value of <code>ClientToken</code>.</p>
descriptionstring password

Descriptive text that you can provide to help with identification of the current policy store.

deletionProtection'ENABLED' | 'DISABLED'
<p>Specifies whether the policy store can be deleted. If enabled, the policy store can't be deleted.</p> <p>The default state is <code>DISABLED</code>.</p>
tagsobject

The list of key-value pairs to associate with the policy store.

Response

Success

policyStoreIdstring required

The unique ID of the new policy store.

arnstring required

The Amazon Resource Name (ARN) of the new policy store.

createdDatestring date-time required

The date and time the policy store was originally created.

lastUpdatedDatestring date-time required

The date and time the policy store was last updated.