Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListAccessPoliciesRequest

import type { ListAccessPoliciesRequest } from "https://aws-api.deno.dev/v0.4/services/opensearchserverless.ts?docs=full";
interface ListAccessPoliciesRequest {
maxResults?: number | null;
nextToken?: string | null;
resource?: string[] | null;
}

§Properties

§
maxResults?: number | null
[src]

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.

§
nextToken?: string | null
[src]

If your initial ListAccessPolicies operation returns a nextToken, you can include the returned nextToken in subsequent ListAccessPolicies operations, which returns results in the next page.

§
resource?: string[] | null
[src]

Resource filters (can be collection or indexes) that policies can apply to.

§

The type of access policy.