GradientEdge CDK Utils
    Preparing search index...
    interface EventBusProps {
        deadLetterQueue?: IQueue;
        description?: string;
        eventBusName?: string;
        eventSourceName?: string;
        kmsKey?: IKey;
        logConfig?: LogConfig;
    }

    Hierarchy

    • EventBusProps
      • EventBusProps
    Index

    Properties

    deadLetterQueue?: IQueue

    Dead-letter queue for the event bus

    description?: string

    The event bus description.

    The description can be up to 512 characters long.

    eventBusName?: string

    The name of the event bus you are creating Note: If 'eventSourceName' is passed in, you cannot set this

    eventSourceName?: string

    The partner event source to associate with this event bus resource Note: If 'eventBusName' is passed in, you cannot set this

    kmsKey?: IKey

    The customer managed key that encrypt events on this event bus.

    - Use an AWS managed key
    
    logConfig?: LogConfig

    The Logging Configuration of the Èvent Bus.

    - no logging