LambdaFunctionConfiguration

public struct LambdaFunctionConfiguration : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon S3 bucket event for which to invoke the AWS Lambda function. For more information, see Supported Event Types in the Amazon Simple Storage Service Developer Guide.

    Declaration

    Swift

    public let events: [Event]
  • Undocumented

    Declaration

    Swift

    public let filter: NotificationConfigurationFilter?
  • id

    Undocumented

    Declaration

    Swift

    public let id: String?
  • The Amazon Resource Name (ARN) of the AWS Lambda function that Amazon S3 invokes when the specified event type occurs.

    Declaration

    Swift

    public let lambdaFunctionArn: String
  • Undocumented

    Declaration

    Swift

    public init(events: [Event], filter: NotificationConfigurationFilter? = nil, id: String? = nil, lambdaFunctionArn: String)