Skip to main content

security_policies_list_only

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

Overview

Namesecurity_policies_list_only
TypeResource
DescriptionAmazon OpenSearchServerless security policy resource
Idaws.opensearchserverless.security_policies_list_only

Fields

NameDatatypeDescription
namestringThe name of the policy
typestringThe possible types for the network policy
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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