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

CreateEventBusRequest

import type { CreateEventBusRequest } from "https://aws-api.deno.dev/v0.4/services/eventbridge.ts?docs=full";
interface CreateEventBusRequest {
EventSourceName?: string | null;
Name: string;
Tags?: Tag[] | null;
}

§Properties

§
EventSourceName?: string | null
[src]

If you are creating a partner event bus, this specifies the partner event source that the new event bus will be matched with.

§
Name: string
[src]

The name of the new event bus.

Custom event bus names can't contain the / character, but you can use the / character in partner event bus names. In addition, for partner event buses, the name must exactly match the name of the partner event source that this event bus is matched to.

You can't use the name default for a custom event bus, as this name is already used for your account's default event bus.

§
Tags?: Tag[] | null
[src]

Tags to associate with the event bus.