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

EventBridgeParameters

import type { EventBridgeParameters } from "https://aws-api.deno.dev/v0.4/services/scheduler.ts?docs=full";

The templated target type for the EventBridge PutEvents API operation.

interface EventBridgeParameters {
DetailType: string;
Source: string;
}

§Properties

§
DetailType: string
[src]

A free-form string, with a maximum of 128 characters, used to decide what fields to expect in the event detail.

§
Source: string
[src]

The source of the event.