GradientEdge CDK Utils
    Preparing search index...

    Properties for configuring the Service Bus integration in the event handler

    interface EventHandlerServiceBusProps {
        namespace?: ServiceBusNamespaceProps;
        queue?: ServiceBusQueueProps;
        useExisting?: boolean;
    }
    Index

    Properties

    Service Bus namespace properties

    Service Bus queue properties

    useExisting?: boolean

    When true, resolves an existing Service Bus instead of creating a new one