InputSourceRequest class
Settings for for a PULL type input.
Constructors
- InputSourceRequest({String? passwordParam, String? url, String? username})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- passwordParam → String?
-
The key used to extract the password from EC2 Parameter store.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- url → String?
-
This represents the customer's source URL where stream is
pulled from.
final
- username → String?
-
The username for the input source.
final
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