aws.opensearchserverless.list_security_policies
Example SQL Queries
SELECT * FROMaws.opensearchserverless.list_security_policiesWHERE"type" = 'VALUE';Description
Returns information about configured OpenSearch Serverless security policies.
Table Definition
| Column Name | Column Data Type |
|---|---|
| type Required Input Column The type of policy. | 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 |
| resource Input Column Resource filters (can be collection or indexes) that policies can apply to. | VARCHAR[] |
Show child fields
| |
| _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_policy_summaries Details about the security policies in your account. | STRUCT( |
Show child fields
| |