AWSS3TopicConfigurationDeprecated
Objective-C
@interface AWSS3TopicConfigurationDeprecated
Swift
class AWSS3TopicConfigurationDeprecated
A container for specifying the configuration for publication of messages to an Amazon Simple Notification Service (Amazon SNS) topic when Amazon S3 detects specified events. This data type is deprecated. Use TopicConfiguration instead.
-
Bucket event for which to send notifications.
Declaration
Objective-C
@property (nonatomic) AWSS3Event event;
Swift
var event: AWSS3Event { get set }
-
A collection of events related to objects
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable events;
Swift
var events: [String]? { get set }
-
An optional unique identifier for configurations in a notification configuration. If you don’t provide one, Amazon S3 will assign an ID.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable identifier;
Swift
var identifier: String? { get set }
-
Amazon SNS topic to which Amazon S3 will publish a message to report the specified events for the bucket.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable topic;
Swift
var topic: String? { get set }