@backblaze-labs/b2-sdk - v0.1.0
    Preparing search index...

    Interface GetBucketNotificationRulesResponse

    Response from the b2_get_bucket_notification_rules API call.

    interface GetBucketNotificationRulesResponse {
        bucketId: BucketId;
        eventNotificationRules: readonly EventNotificationRule[];
    }
    Index

    Properties

    bucketId: BucketId

    Bucket these rules belong to.

    eventNotificationRules: readonly EventNotificationRule[]

    Array of event notification rules configured on the bucket.