InputDestination

The settings for a PUSH type input.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ip: String?

The system-generated static IP address of endpoint. It remains fixed for the lifetime of the input.

Link copied to clipboard
val port: String?

The port number for the input.

Link copied to clipboard
val url: String?

This represents the endpoint that the customer stream will be pushed to.

Link copied to clipboard

The properties for a VPC type input destination.

Functions

Link copied to clipboard
inline fun copy(block: InputDestination.Builder.() -> Unit = {}): InputDestination
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String