CloudFunctionConfiguration
public struct CloudFunctionConfiguration : AWSShape
                Undocumented
- 
                  
                  
Declaration
Swift
public static var _members: [AWSShapeMember] - 
                  
                  
Lambda cloud function ARN that Amazon S3 can invoke when it detects events of the specified type.
Declaration
Swift
public let cloudFunction: String? - 
                  
                  
Bucket events for which to send notifications.
Declaration
Swift
public let events: [Event]? - 
                  
                  
Undocumented
Declaration
Swift
public let id: String? - 
                  
                  
The role supporting the invocation of the Lambda function
Declaration
Swift
public let invocationRole: String? - 
                  
                  
Undocumented
Declaration
Swift
public init(cloudFunction: String? = nil, events: [Event]? = nil, id: String? = nil, invocationRole: String? = nil) 
View on GitHub
        CloudFunctionConfiguration Structure Reference