Stone.js API
    Preparing search index...

    Options for the EventBridge driver.

    interface EventBridgeOptions {
        busName?: string;
        client?: unknown;
        driver: EventBusDriver;
        name: string;
        region?: string;
        source?: string;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown

      Driver-specific options.

    Index
    busName?: string

    The event bus name (defaults to default).

    client?: unknown

    An existing EventBridgeClient to reuse.

    Which driver backs this connection.

    name: string

    The connection name, used as a target and to resolve it.

    region?: string

    The AWS region (passed to the client when none is provided).

    source?: string

    The default EventBridge Source for emitted events.