brows3r — TypeScript API
    Preparing search index...

    Interface NotificationConfig

    S3 event notification configuration summary.

    These are S3-side event notifications (Lambda, SQS, SNS), not the application's own notification system.

    interface NotificationConfig {
        lambdaCount: number;
        queueCount: number;
        topicCount: number;
    }
    Index

    Properties

    lambdaCount: number
    queueCount: number
    topicCount: number