AWSS3CloudFunctionConfiguration
Objective-C
@interface AWSS3CloudFunctionConfiguration
Swift
class AWSS3CloudFunctionConfiguration
Container for specifying the AWS Lambda notification configuration.
-
Lambda cloud function ARN that Amazon S3 can invoke when it detects events of the specified type.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable cloudFunction;Swift
var cloudFunction: String? { get set } -
The bucket event for which to send notifications.
Declaration
Objective-C
@property (nonatomic) AWSS3Event event;Swift
var event: AWSS3Event { get set } -
Bucket events for which to send notifications.
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 } -
The role supporting the invocation of the Lambda function
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable invocationRole;Swift
var invocationRole: String? { get set }
View on GitHub
Install in Dash
AWSS3CloudFunctionConfiguration Class Reference