AWSS3NotificationConfigurationDeprecated
Objective-C
@interface AWSS3NotificationConfigurationDeprecated
Swift
class AWSS3NotificationConfigurationDeprecated
-
Container for specifying the AWS Lambda notification configuration.
Declaration
Objective-C
@property (nonatomic, strong) AWSS3CloudFunctionConfiguration *_Nullable cloudFunctionConfiguration;
Swift
var cloudFunctionConfiguration: AWSS3CloudFunctionConfiguration? { get set }
-
This data type is deprecated. This data type specifies the configuration for publishing messages to an Amazon Simple Queue Service (Amazon SQS) queue when Amazon S3 detects specified events.
Declaration
Objective-C
@property (nonatomic, strong) AWSS3QueueConfigurationDeprecated *_Nullable queueConfiguration;
Swift
var queueConfiguration: AWSS3QueueConfigurationDeprecated? { get set }
-
This data type is deprecated. 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.
Declaration
Objective-C
@property (nonatomic, strong) AWSS3TopicConfigurationDeprecated *_Nullable topicConfiguration;
Swift
var topicConfiguration: AWSS3TopicConfigurationDeprecated? { get set }