security_configs
Retrieves a list of security_configs
in a region
Overview
Name | security_configs |
Type | Resource |
Description | security_configs |
Id | awscc.opensearchserverless.security_configs |
Fields
Name | Datatype | Description |
---|---|---|
id | string | The identifier of the security config |
region | string | AWS 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