LambdaFunctionAssociation class
A complex type that contains a Lambda function association.
Constructors
- LambdaFunctionAssociation({EventType? eventType, String? lambdaFunctionARN})
- LambdaFunctionAssociation.fromXml(XmlElement elem)
-
factory
Properties
- eventType → EventType?
-
Specifies the event type that triggers a Lambda function invocation. Valid
values are:
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lambdaFunctionARN → String?
-
The ARN 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