LambdaFunctionConfiguration class

A container for specifying the configuration for AWS Lambda notifications.

Constructors

LambdaFunctionConfiguration({required List<Event> events, required String lambdaFunctionArn, NotificationConfigurationFilter? filter, String? id})
LambdaFunctionConfiguration.fromXml(XmlElement elem)
factory

Properties

events List<Event>
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.
final
filter NotificationConfigurationFilter?
final
hashCode int
The hash code for this object.
no setterinherited
id String?
final
lambdaFunctionArn String
The Amazon Resource Name (ARN) of the AWS Lambda function that Amazon S3 invokes when the specified event type occurs.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
toXml(String elemName, {List<XmlAttribute>? attributes}) → XmlElement

Operators

operator ==(Object other) bool
The equality operator.
inherited