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

ListAssociatedGroupsRequest

import type { ListAssociatedGroupsRequest } from "https://aws-api.deno.dev/v0.4/services/synthetics.ts?docs=full";
interface ListAssociatedGroupsRequest {
MaxResults?: number | null;
NextToken?: string | null;
ResourceArn: string;
}

§Properties

§
MaxResults?: number | null
[src]

Specify this parameter to limit how many groups are returned each time you use the ListAssociatedGroups operation. If you omit this parameter, the default of 20 is used.

§
NextToken?: string | null
[src]

A token that indicates that there is more data available. You can use this token in a subsequent operation to retrieve the next set of results.

§
ResourceArn: string
[src]

The ARN of the canary that you want to view groups for.