LambdaResource
public struct LambdaResource : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The array of ARNs for S3Resource objects to trigger the LambdaResource objects associated with this job.
Declaration
Swift
public let eventTriggers: [EventTriggerDefinition]?
-
An Amazon Resource Name (ARN) that represents an AWS Lambda function to be triggered by PUT object actions on the associated local Amazon S3 resource.
Declaration
Swift
public let lambdaArn: String?
-
Undocumented
Declaration
Swift
public init(eventTriggers: [EventTriggerDefinition]? = nil, lambdaArn: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws