Verified Permissions Policy Item

An AWS Verified Permissions Policy Item represents an individual policy statement within the Verified Permissions service. It defines rules that determine whether specific actions are allowed or denied for given principals on particular resources. These policy items are used to build fine-grained, centralized access control decisions, enabling applications to enforce consistent authorization logic across services and resources.

aws.verifiedpermissions_policy

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
actionscorejsonThe action that a policy permits or forbids. For example, {"actions": [{"actionId": "ViewPhoto", "actionType": "PhotoFlash::Action"}, {"entityID": "SharePhoto", "entityType": "PhotoFlash::Action"}]}.
created_datecoretimestampThe date and time the policy was created.
definitioncorejsonThe policy definition of an item in the list of policies returned.
effectcorestringThe effect of the decision that a policy returns to an authorization request. For example, "effect": "Permit".
last_updated_datecoretimestampThe date and time the policy was most recently updated.
policy_idcorestringThe identifier of the policy you want information about.
policy_store_idcorestringThe identifier of the policy store where the policy you want information about is stored.
policy_typecorestringThe type of the policy. This is one of the following values: STATIC TEMPLATE_LINKED
principalcorejsonThe principal associated with the policy.
resourcecorejsonThe resource associated with the policy.
tagscorehstore