Returns information about a list of OpenSearch Serverless access policies.
See https://www.paws-r-sdk.com/docs/opensearchserviceserverless_list_access_policies/ for full documentation.
opensearchserviceserverless_list_access_policies(
type,
resource = NULL,
nextToken = NULL,
maxResults = NULL
)[required] The type of access policy.
Resource filters (can be collections or indexes) that policies can apply to.
If your initial
list_access_policies
operation returns a nextToken, you can include the returned
nextToken in subsequent
list_access_policies
operations, which returns results in the next page.
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.