AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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

Inheritance Hierarchy

System.Object
  Amazon.DatabaseMigrationService.Model.Connection

Namespace: Amazon.DatabaseMigrationService.Model
Assembly: AWSSDK.DatabaseMigrationService.dll
Version: 3.x.y.z

Syntax

C#
public class Connection

The Connection type exposes the following members

Constructors

NameDescription
Public Method Connection()

Properties

NameTypeDescription
Public Property EndpointArn System.String

Gets and sets the property EndpointArn.

The ARN string that uniquely identifies the endpoint.

Public Property EndpointIdentifier System.String

Gets and sets the property EndpointIdentifier.

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.

Public Property LastFailureMessage System.String

Gets and sets the property LastFailureMessage.

The error message when the connection last failed.

Public Property ReplicationInstanceArn System.String

Gets and sets the property ReplicationInstanceArn.

The ARN of the replication instance.

Public Property ReplicationInstanceIdentifier System.String

Gets and sets the property ReplicationInstanceIdentifier.

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

Public Property Status System.String

Gets and sets the property Status.

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

  • "successful"

  • "testing"

  • "failed"

  • "deleting"

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5