ConnectionSummary

Summarized view of a Connection object.

Types

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

Properties

Link copied to clipboard
val arn: String

The ARN of the Connection

Link copied to clipboard

The Attach Point to which the connection should be associated.

Link copied to clipboard

The bandwidth of the Connection

Link copied to clipboard

The billing tier this connection is currently assigned.

Link copied to clipboard

A descriptive name of the Connection

Link copied to clipboard

The Environment that this Connection is created on.

Link copied to clipboard
val id: String

The identifier of the requested Connection

Link copied to clipboard

The provider specific location at the remote end of this Connection

Link copied to clipboard

The provider on the remote end of this Connection

Link copied to clipboard

An identifier used by both AWS and the remote partner to identify the specific connection.

Link copied to clipboard
Link copied to clipboard

The product variant supplied by this resource.

Functions

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