$Function class

Information about a Lambda function.

Constructors

$Function({required String id, String? functionArn, FunctionConfiguration? functionConfiguration})
$Function.fromJson(Map<String, dynamic> json)
factory

Properties

functionArn String?
The ARN of the Lambda function.
final
functionConfiguration FunctionConfiguration?
The configuration of the Lambda function.
final
hashCode int
The hash code for this object.
no setterinherited
id String
A descriptive or arbitrary ID for the function. This value must be unique within the function definition version. Max length is 128 characters with pattern ''a-zA-Z0-9:_-+''.
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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