Connection

The object describing the provided connectivity from the AWS region to the partner location.

Types

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

Properties

Link copied to clipboard

The Activation Key associated to this connection.

Link copied to clipboard
val arn: String

An ARN of a Connection object.

Link copied to clipboard

The Attach Point to which the connection should be associated."

Link copied to clipboard

The specific selected bandwidth of this connection.

Link copied to clipboard

The billing tier this connection is currently assigned.

Link copied to clipboard

A descriptive name for the connection.

Link copied to clipboard

The specific Environment this connection is placed upon.

Link copied to clipboard
val id: String

The short identifier of the connection object.

Link copied to clipboard

The provider specific location on the remote side of this Connection

Link copied to clipboard

The account that owns this Connection

Link copied to clipboard

The provider on the remote side 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 tags on the Connection

Link copied to clipboard

The specific product type of this 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