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

ListResourcesRequest

import type { ListResourcesRequest } from "https://aws-api.deno.dev/v0.3/services/lakeformation.ts?docs=full";
interface ListResourcesRequest {
FilterConditionList?: FilterCondition[] | null;
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
FilterConditionList?: FilterCondition[] | null
[src]

Any applicable row-level and/or column-level filtering conditions for the resources.

§
MaxResults?: number | null
[src]

The maximum number of resource results.

§
NextToken?: string | null
[src]

A continuation token, if this is not the first call to retrieve these resources.