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

PutTargetsRequest

import type { PutTargetsRequest } from "https://aws-api.deno.dev/v0.4/services/cloudwatchevents.ts?docs=full";
interface PutTargetsRequest {
EventBusName?: string | null;
Rule: string;
Targets: Target[];
}

§Properties

§
EventBusName?: string | null
[src]

The name or ARN of the event bus associated with the rule. If you omit this, the default event bus is used.

§
Rule: string
[src]

The name of the rule.

§
Targets: Target[]
[src]

The targets to update or add to the rule.