Skip to main content

security_configs

Retrieves a list of security_configs in a region

Overview

Namesecurity_configs
TypeResource
Descriptionsecurity_configs
Idawscc.opensearchserverless.security_configs

Fields

NameDatatypeDescription
idstringThe identifier of the security config
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
id
FROM awscc.opensearchserverless.security_configs
WHERE region = 'us-east-1'

Permissions

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

Create

aoss:CreateSecurityConfig

List

aoss:ListSecurityConfigs