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.3/services/cloudwatchevents.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.

Event bus names cannot contain the / character. 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.

If this is a partner event bus, the name must exactly match the name of the partner event source that this event bus is matched to.

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

Tags to associate with the event bus.