class Aws::DatabaseMigrationService::Types::Connection

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

@!attribute [rw] replication_instance_arn

The ARN of the replication instance.
@return [String]

@!attribute [rw] endpoint_arn

The ARN string that uniquely identifies the endpoint.
@return [String]

@!attribute [rw] status

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

* `"successful"`

* `"testing"`

* `"failed"`

* `"deleting"`
@return [String]

@!attribute [rw] last_failure_message

The error message when the connection last failed.
@return [String]

@!attribute [rw] endpoint_identifier

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.
@return [String]

@!attribute [rw] replication_instance_identifier

The replication instance identifier. This parameter is stored as a
lowercase string.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/Connection AWS API Documentation

Constants

SENSITIVE