PhysicalEndpoint

The physical endpoints of a connection.

Types

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

Properties

Link copied to clipboard

The location of a connection.

Link copied to clipboard

Specified whether trusted identity propagation for the connection is enabled.

Link copied to clipboard

The Amazon Web Services Glue connection.

Link copied to clipboard

The Amazon Web Services Glue connection name.

Link copied to clipboard
val host: String?

The host in the physical endpoints of a connection.

Link copied to clipboard
val port: Int?

The port in the physical endpoints of a connection.

Link copied to clipboard

The protocol in the physical endpoints of a connection.

Link copied to clipboard

The stage in the physical endpoints of a connection.

Functions

Link copied to clipboard
inline fun copy(block: PhysicalEndpoint.Builder.() -> Unit = {}): PhysicalEndpoint
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