InputSource class

The settings for a PULL type input.

Constructors

InputSource({String? passwordParam, String? url, String? username})
InputSource.fromJson(Map<String, dynamic> json)
factory

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
toString() String
A string representation of this object.
inherited

Operators

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