Connection

Status of the connection between an endpoint and a replication instance, including Amazon Resource Names (ARNs) and the last error message issued.

Types

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

Properties

Link copied to clipboard

The ARN string that uniquely identifies the endpoint.

Link copied to clipboard

The identifier of the endpoint. Identifiers must begin with a letter and must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen or contain two consecutive hyphens.

Link copied to clipboard

The error message when the connection last failed.

Link copied to clipboard

The ARN of the replication instance.

Link copied to clipboard

The replication instance identifier. This parameter is stored as a lowercase string.

Link copied to clipboard

The connection status. This parameter can return one of the following values:

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