policy_statements_list_only
Lists policy_statements
in a region or regions, for all properties use policy_statements
Overview
Name | policy_statements_list_only |
Type | Resource |
Description | Policy Statement defined in AWS Entity Resolution Service |
Id | aws.entityresolution.policy_statements_list_only |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | Arn of the resource to which the policy statement is being attached. |
statement_id | string | The Statement Id of the policy statement that is being attached. |
effect | string | |
action | array | |
principal | array | |
condition | string | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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