AwsALBEvent class
Event send by an Application Load Balancer to the invocation to the Lambda.
- Annotations
Constructors
-
AwsALBEvent({AwsALBEventContext context,
String httpMethod, String path, Map< String, dynamic> headers,Map< String, dynamic> queryStringParameters,String body, bool isBase64Encoded} ) -
const
-
AwsALBEvent.fromJson(Map<
String, dynamic> json) -
factory
Properties
- body → String
-
Body of the request. This can be data that is send with the POST
to the request.
@JsonKey(), final
- context → AwsALBEventContext
-
Request context in which this request is executed.
For the ELB this is the ARN of the target group.
@JsonKey(), final
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
-
headers
→ Map<
String, dynamic> -
HTTP headers that are send with the request to the load balancer.
@JsonKey(), final
- httpMethod → String
-
HTTP method that is used to trigger the invocation of the Lambda.
@JsonKey(), final
- isBase64Encoded → bool
-
Singals that the request is Base64 encoded.
@JsonKey(), final
- path → String
-
The URI that is accessed to trigger the invocation of the Lambda.
@JsonKey(), final
-
queryStringParameters
→ Map<
String, dynamic> -
The query parameters for the request to the load balancer.
@JsonKey(), final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation ) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other ) → bool -
The equality operator. [...]
inherited