LambdaInvokeOperation

public struct LambdaInvokeOperation : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) for the AWS Lambda function that the specified job will invoke for each object in the manifest.

    Declaration

    Swift

    public let functionArn: String?
  • Undocumented

    Declaration

    Swift

    public init(functionArn: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws