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

EventBus

import type { EventBus } from "https://aws-api.deno.dev/v0.3/services/cloudwatchevents.ts?docs=full";

An event bus receives events from a source and routes them to rules associated with that event bus. Your account's default event bus receives events from Amazon Web Services services. A custom event bus can receive events from your custom applications and services. A partner event bus receives events from an event source created by an SaaS partner. These events come from the partners services or applications.

interface EventBus {
Arn?: string | null;
Name?: string | null;
Policy?: string | null;
}

§Properties

§
Arn?: string | null
[src]

The ARN of the event bus.

§
Name?: string | null
[src]

The name of the event bus.

§
Policy?: string | null
[src]

The permissions policy of the event bus, describing which other Amazon Web Services accounts can write events to this event bus.