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.

Provides information about types of supported endpoints in response to a request by the DescribeEndpointTypes operation. This information includes the type of endpoint, the database engine name, and whether change data capture (CDC) is supported.

Inheritance Hierarchy

System.Object
  Amazon.DatabaseMigrationService.Model.SupportedEndpointType

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

Syntax

C#
public class SupportedEndpointType

The SupportedEndpointType type exposes the following members

Constructors

NameDescription
Public Method SupportedEndpointType()

Properties

NameTypeDescription
Public Property EndpointType Amazon.DatabaseMigrationService.ReplicationEndpointTypeValue

Gets and sets the property EndpointType.

The type of endpoint. Valid values are source and target.

Public Property EngineDisplayName System.String

Gets and sets the property EngineDisplayName.

The expanded name for the engine name. For example, if the EngineName parameter is "aurora", this value would be "Amazon Aurora MySQL".

Public Property EngineName System.String

Gets and sets the property EngineName.

The database engine name. Valid values, depending on the EndpointType, include "mysql", "oracle", "postgres", "mariadb", "aurora", "aurora-postgresql", "redshift", "s3", "db2", "db2-zos", "azuredb", "sybase", "dynamodb", "mongodb", "kinesis", "kafka", "elasticsearch", "documentdb", "sqlserver", "neptune", and "babelfish".

Public Property ReplicationInstanceEngineMinimumVersion System.String

Gets and sets the property ReplicationInstanceEngineMinimumVersion.

The earliest DMS engine version that supports this endpoint engine. Note that endpoint engines released with DMS versions earlier than 3.1.1 do not return a value for this parameter.

Public Property SupportsCDC System.Boolean

Gets and sets the property SupportsCDC.

Indicates if change data capture (CDC) is supported.

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