Skip to main content

policy_statements_list_only

Lists policy_statements in a region or regions, for all properties use policy_statements

Overview

Namepolicy_statements_list_only
TypeResource
DescriptionPolicy Statement defined in AWS Entity Resolution Service
Idaws.entityresolution.policy_statements_list_only

Fields

NameDatatypeDescription
arnstringArn of the resource to which the policy statement is being attached.
statement_idstringThe Statement Id of the policy statement that is being attached.
effectstring
actionarray
principalarray
conditionstring
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all policy_statements in a region.

SELECT
region,
arn,
statement_id
FROM aws.entityresolution.policy_statements_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the policy_statements_list_only resource, see policy_statements