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.
Describes the status of the connections that have been made between the replication instance and an endpoint. Connections are created when you test an endpoint.
For .NET Core this operation is only available in asynchronous form. Please refer to DescribeConnectionsAsync.
Namespace: Amazon.DatabaseMigrationService
Assembly: AWSSDK.DatabaseMigrationService.dll
Version: 3.x.y.z
public abstract DescribeConnectionsResponse DescribeConnections( DescribeConnectionsRequest request )
Container for the necessary parameters to execute the DescribeConnections service method.
Exception | Condition |
---|---|
ResourceNotFoundException | The resource could not be found. |
Describes the status of the connections that have been made between the replication instance and an endpoint. Connections are created when you test an endpoint.
var client = new AmazonDatabaseMigrationServiceClient(); var response = client.DescribeConnections(new DescribeConnectionsRequest { Filters = new List<Filter> { new Filter { Name = "string", Values = new List<string> { "string", "string" } } }, Marker = "", MaxRecords = 123 }); List<Connection> connections = response.Connections; string marker = response.Marker;
.NET Framework:
Supported in: 4.5 and newer, 3.5