Connection

Contains information about a connection.

Types

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

Properties

Link copied to clipboard

The authorization type specified for the connection.

Link copied to clipboard

The ARN of the connection.

Link copied to clipboard

The state of the connection.

Link copied to clipboard

A time stamp for the time that the connection was created.

Link copied to clipboard

A time stamp for the time that the connection was last authorized.

Link copied to clipboard

A time stamp for the time that the connection was last modified.

Link copied to clipboard
val name: String?

The name of the connection.

Link copied to clipboard

The reason that the connection is in the connection state.

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