Tunnel

class Tunnel

A connection between a source computer and a destination device.

Types

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

Properties

Link copied to clipboard
val createdAt: <Error class: unknown class>?

The time when the tunnel was created.

Link copied to clipboard

A description of the tunnel.

Link copied to clipboard

The destination configuration that specifies the thing name of the destination device and a service name that the local proxy uses to connect to the destination application.

Link copied to clipboard

The connection state of the destination application.

Link copied to clipboard
val lastUpdatedAt: <Error class: unknown class>?

The last time the tunnel was updated.

Link copied to clipboard

The connection state of the source application.

Link copied to clipboard

The status of a tunnel. Valid values are: Open and Closed.

Link copied to clipboard
val tags: List<Tag>?

A list of tag metadata associated with the secure tunnel.

Link copied to clipboard

Timeout configuration for the tunnel.

Link copied to clipboard

The Amazon Resource Name (ARN) of a tunnel.

Link copied to clipboard

A unique alpha-numeric ID that identifies a tunnel.

Functions

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