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

EndpointEventBus

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

The event buses the endpoint is associated with.

interface EndpointEventBus {
EventBusArn: string;
}

§Properties

§
EventBusArn: string
[src]

The ARN of the event bus the endpoint is associated with.