IBM COS SDK for JavaScript V2 - v1.0.0
    Preparing search index...

    Interface QueueConfiguration

    Specifies the configuration for publishing messages to an Amazon Simple Queue Service (Amazon SQS) queue when Amazon S3 detects specified events.

    interface QueueConfiguration {
        Id?: string;
        QueueArn: string | undefined;
        Events: Event[] | undefined;
        Filter?: NotificationConfigurationFilter;
    }
    Index

    Properties

    Id?: string

    An optional unique identifier for configurations in a notification configuration. If you don't provide one, Amazon S3 will assign an ID.

    QueueArn: string | undefined

    The Amazon Resource Name (ARN) of the Amazon SQS queue to which Amazon S3 publishes a message when it detects events of the specified type.

    Events: Event[] | undefined

    A collection of bucket events for which to send notifications

    Specifies object key name filtering rules. For information about key name filtering, see Configuring event notifications using object key name filtering in the Amazon S3 User Guide.