Skip to main content

security_config

Gets an individual security_config resource

Overview

Namesecurity_config
TypeResource
Descriptionsecurity_config
Idawscc.opensearchserverless.security_config

Fields

NameDatatypeDescription
descriptionstringSecurity config description
idstringThe identifier of the security config
namestringThe friendly name of the security config
saml_optionsobject
typestring
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
description,
id,
name,
saml_options,
type
FROM awscc.opensearchserverless.security_config
WHERE data__Identifier = '<Id>';

Permissions

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

Read

aoss:GetSecurityConfig

Update

aoss:GetSecurityConfig,
aoss:UpdateSecurityConfig

Delete

aoss:DeleteSecurityConfig