aws.opensearchserverless.list_access_policies
Example SQL Queries
SELECT * FROMaws.opensearchserverless.list_access_policiesWHERE"type" = 'VALUE';Description
Returns information about a list of OpenSearch Serverless access policies.
Table Definition
| Column Name | Column Data Type |
|---|---|
| type Required Input Column The type of access 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 collections 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
| |
| access_policy_summaries Details about the requested access policies. | STRUCT( |
Show child fields
| |