Skip to main content

security_policies

Retrieves a list of security_policies in a region

Overview

Namesecurity_policies
TypeResource
Descriptionsecurity_policies
Idawscc.opensearchserverless.security_policies

Fields

NameDatatypeDescription
typeundefined
namestringThe name of the policy
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
type,
name
FROM awscc.opensearchserverless.security_policies
WHERE region = 'us-east-1'

Permissions

To operate on the security_policies resource, the following permissions are required:

Create

aoss:GetSecurityPolicy,
aoss:CreateSecurityPolicy,
kms:DescribeKey,
kms:CreateGrant

List

aoss:ListSecurityPolicies