EventTriggerDefinition class
The container for the EventTriggerDefinition$EventResourceARN.
Constructors
- EventTriggerDefinition.new({String? eventResourceARN})
-
EventTriggerDefinition.fromJson(Map<
String, dynamic> json) -
factory
Properties
- eventResourceARN → String?
-
The Amazon Resource Name (ARN) for any local Amazon S3 resource that is an
AWS Lambda function's event trigger associated with this job.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited