InputDestination class

The settings for a PUSH type input.

Constructors

InputDestination({String? ip, String? port, String? url, InputDestinationVpc? vpc})
InputDestination.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
ip String?
The system-generated static IP address of endpoint. It remains fixed for the lifetime of the input.
final
port String?
The port number for the input.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String?
This represents the endpoint that the customer stream will be pushed to.
final
vpc InputDestinationVpc?
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