aws.opensearchserverless.list_security_configs
Example SQL Queries
SELECT * FROMaws.opensearchserverless.list_security_configsWHERE"type" = 'VALUE';Description
Returns information about configured OpenSearch Serverless security configurations. For more information, see SAML authentication for Amazon OpenSearch Serverless.
Table Definition
| Column Name | Column Data Type |
|---|---|
| type Required Input Column The type of security configuration. | VARCHAR |
| max_results Input Column An optional parameter that specifies the maximum number of results to return. You can use nextToken to get the next page of results. The default is 20. | BIGINT |
| next_token Input Column When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. | 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_summaries Details about the security configurations in your account. | STRUCT( |
Show child fields
| |