security_policies
Retrieves a list of security_policies
in a region
Overview
Name | security_policies |
Type | Resource |
Description | security_policies |
Id | awscc.opensearchserverless.security_policies |
Fields
Name | Datatype | Description |
---|---|---|
type | undefined | |
name | string | The name of the policy |
region | string | AWS 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