Stone.js API
    Preparing search index...

    Options for a single emit call.

    interface EmitOptions {
        detailType?: string;
        source?: string;
        targets?: string[];
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown

      Driver-specific extras.

    Index
    detailType?: string

    The EventBridge DetailType; defaults to the event name.

    source?: string

    The EventBridge Source (event namespace); defaults to the configured source.

    targets?: string[]

    The target connections to publish to (defaults to the configured default targets).