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