aws.opensearchserverless.get_security_config
Example SQL Queries
SELECT * FROMaws.opensearchserverless.get_security_configWHERE"id" = 'VALUE';Description
Returns information about an OpenSearch Serverless security configuration. For more information, see SAML authentication for Amazon OpenSearch Serverless.
Table Definition
| Column Name | Column Data Type |
|---|---|
| id Required Input Column The unique identifier of the security configuration. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| security_config_detail Details of the requested security configuration. | STRUCT( |
Show child fields
| |