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

    Interface SetBucketNotificationRulesRequest

    Request parameters for the b2_set_bucket_notification_rules API call. Replaces all existing notification rules on the bucket.

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

    Properties

    bucketId: BucketId

    Bucket to set notification rules on.

    eventNotificationRules: readonly EventNotificationRule[]

    Notification rules to apply. Replaces all existing rules.