EventTargetHttpTarget class

Constructors

EventTargetHttpTarget({Input<Map<String, String>?>? headerParameters, Input<List<String>?>? pathParameterValues, Input<Map<String, String>?>? queryStringParameters})
Creates a new EventTargetHttpTarget. headerParameters Enables you to specify HTTP headers to add to the request. pathParameterValues The list of values that correspond sequentially to any path variables in your endpoint ARN (for example arn:aws:execute-api:us-east-1:123456:myapi/*/POST/pets/*). queryStringParameters Represents keys/values of query string parameters that are appended to the invoked endpoint.
const
EventTargetHttpTarget.fromMap(Map<String, dynamic> map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
headerParameters → Input<Map<String, String>?>?
Enables you to specify HTTP headers to add to the request.
final
pathParameterValues → Input<List<String>?>?
The list of values that correspond sequentially to any path variables in your endpoint ARN (for example arn:aws:execute-api:us-east-1:123456:myapi/*/POST/pets/*).
final
queryStringParameters → Input<Map<String, String>?>?
Represents keys/values of query string parameters that are appended to the invoked endpoint.
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
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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