MDAA TS Docs
    Preparing search index...
    interface EventBridgeRetryProps {
        maxEventAgeSeconds?: number;
        retryAttempts?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    maxEventAgeSeconds?: number

    Maximum age in seconds that EventBridge will attempt to deliver an event to the target before discarding it.

    Use cases: Event delivery timeout; Stale event management; Delivery window control

    AWS: EventBridge rule target maximum event age configuration

    Validation: Optional; must be between 60 and 86400 seconds if provided

    retryAttempts?: number

    Maximum number of retry attempts EventBridge will make when the target returns an error.

    Use cases: Retry configuration; Error resilience; Delivery reliability tuning

    AWS: EventBridge rule target retry attempts configuration

    Validation: Optional; must be between 0 and 185 if provided