CloudFunctionConfiguration class

Container for specifying the AWS Lambda notification configuration.

Constructors

CloudFunctionConfiguration(String? cloudFunction, String? event, String? events, String? id, String? invocationRole)
CloudFunctionConfiguration.fromXml(XmlElement? xml)

Properties

cloudFunction ↔ String?
Lambda cloud function ARN that Amazon S3 can invoke when it detects events of the specified type.
getter/setter pair
event ↔ String?
This member has been deprecated.
getter/setter pair
events ↔ String?
Bucket events for which to send notifications.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
id ↔ String?
An optional unique identifier for configurations in a notification configuration. If you don't provide one, Amazon S3 will assign an ID.
getter/setter pair
invocationRole ↔ String?
The role supporting the invocation of the Lambda function
getter/setter pair
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() → XmlNode

Operators

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