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

GetResourcePoliciesInput

import type { GetResourcePoliciesInput } from "https://aws-api.deno.dev/v0.4/services/ssmincidents.ts?docs=full";
interface GetResourcePoliciesInput {
maxResults?: number | null;
nextToken?: string | null;
resourceArn: string;
}

§Properties

§
maxResults?: number | null
[src]

The maximum number of resource policies to display for each page of results.

§
nextToken?: string | null
[src]

The pagination token to continue to the next page of results.

§
resourceArn: string
[src]

The Amazon Resource Name (ARN) of the response plan with the attached resource policy.