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

ListRulesRequest

import type { ListRulesRequest } from "https://aws-api.deno.dev/v0.4/services/cloudwatchevents.ts?docs=full";
interface ListRulesRequest {
EventBusName?: string | null;
Limit?: number | null;
NamePrefix?: string | null;
NextToken?: string | null;
}

§Properties

§
EventBusName?: string | null
[src]

The name or ARN of the event bus to list the rules for. If you omit this, the default event bus is used.

§
Limit?: number | null
[src]

The maximum number of results to return.

§
NamePrefix?: string | null
[src]

The prefix matching the rule name.

§
NextToken?: string | null
[src]

The token returned by a previous call to retrieve the next set of results.