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

ListRuleNamesByTargetRequest

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

§Properties

§
EventBusName?: string | null
[src]

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

§
Limit?: number | null
[src]

The maximum number of results to return.

§
NextToken?: string | null
[src]

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

§
TargetArn: string
[src]

The Amazon Resource Name (ARN) of the target resource.