AWSS3QueueConfiguration Class Reference
Inherits from | AWSModel : AWSMTLModel |
---|---|
Declared in | AWSS3Model.h AWSS3Model.m |
Overview
A container for specifying the configuration for publication of messages to an Amazon Simple Queue Service (Amazon SQS) queue.when Amazon S3 detects specified events.
Required parameters: [QueueArn, Events]
filter
A container for object key name filtering rules. For information about key name filtering, see Configuring Event Notifications in the Amazon Simple Storage Service Developer Guide.
@property (nonatomic, strong) AWSS3NotificationConfigurationFilter *filter
Declared In
AWSS3Model.h
identifier
An optional unique identifier for configurations in a notification configuration. If you don't provide one, Amazon S3 will assign an ID.
@property (nonatomic, strong) NSString *identifier
Declared In
AWSS3Model.h
queueArn
The Amazon Resource Name (ARN) of the Amazon SQS queue to which Amazon S3 will publish a message when it detects events of the specified type.
@property (nonatomic, strong) NSString *queueArn
Declared In
AWSS3Model.h