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

PutEventsRequest

import type { PutEventsRequest } from "https://aws-api.deno.dev/v0.4/services/eventbridge.ts?docs=full";
interface PutEventsRequest {
EndpointId?: string | null;
}

§Properties

§
EndpointId?: string | null
[src]

The URL subdomain of the endpoint. For example, if the URL for Endpoint is https://abcde.veo.endpoints.event.amazonaws.com, then the EndpointId is abcde.veo.

! IMPORTANT: ! When using Java, you must include auth-crt on the class path.

§

The entry that defines an event in your system. You can specify several parameters for the entry such as the source and type of the event, resources associated with the event, and so on.