CloudFunctionConfiguration class
Container for specifying the AWS Lambda notification configuration.
Constructors
-
CloudFunctionConfiguration.new({String? cloudFunction, Event? event, List<
Event> ? events, String? id, String? invocationRole}) - CloudFunctionConfiguration.fromXml(XmlElement elem)
-
factory
Properties
- cloudFunction → String?
-
Lambda cloud function ARN that Amazon S3 can invoke when it detects events
of the specified type.
final
- event → Event?
-
final
-
events
→ List<
Event> ? -
Bucket events for which to send notifications.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
final
- invocationRole → String?
-
The role supporting the invocation of the Lambda function
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