access_policies_list_only
Lists access_policies
in a region or regions, for all properties use access_policies
Overview
Name | access_policies_list_only |
Type | Resource |
Description | Amazon OpenSearchServerless access policy resource |
Id | aws.opensearchserverless.access_policies_list_only |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The name of the policy |
type | string | The possible types for the access policy |
description | string | The description of the policy |
policy | string | The JSON policy document that is the content for the policy |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all access_policies
in a region.
SELECT
region,
type,
name
FROM aws.opensearchserverless.access_policies_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the access_policies_list_only
resource, see access_policies