Connection

Describes a connection.

Types

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

Properties

Link copied to clipboard

The ID of the second device in the connection.

Link copied to clipboard

The ID of the link for the second device in the connection.

Link copied to clipboard

The Amazon Resource Name (ARN) of the connection.

Link copied to clipboard

The ID of the connection.

Link copied to clipboard

The date and time that the connection was created.

Link copied to clipboard

The description of the connection.

Link copied to clipboard

The ID of the first device in the connection.

Link copied to clipboard

The ID of the global network.

Link copied to clipboard

The ID of the link for the first device in the connection.

Link copied to clipboard

The state of the connection.

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

The tags for the connection.

Functions

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