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

ListManagedInsightRulesInput

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

§Properties

§
MaxResults?: number | null
[src]

The maximum number of results to return in one operation. If you omit this parameter, the default number is used. The default number is 100.

§
NextToken?: string | null
[src]

Include this value to get the next set of rules if the value was returned by the previous operation.

§
ResourceARN: string
[src]

The ARN of an Amazon Web Services resource that has managed Contributor Insights rules.