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.
Returns information about replication tasks for your account in the current region.
For .NET Core this operation is only available in asynchronous form. Please refer to DescribeReplicationTasksAsync.
Namespace: Amazon.DatabaseMigrationService
Assembly: AWSSDK.DatabaseMigrationService.dll
Version: 3.x.y.z
public virtual DescribeReplicationTasksResponse DescribeReplicationTasks( DescribeReplicationTasksRequest request )
Container for the necessary parameters to execute the DescribeReplicationTasks service method.
Exception | Condition |
---|---|
ResourceNotFoundException | The resource could not be found. |
Returns information about replication tasks for your account in the current region.
var client = new AmazonDatabaseMigrationServiceClient(); var response = client.DescribeReplicationTasks(new DescribeReplicationTasksRequest { Filters = new List<Filter> { new Filter { Name = "string", Values = new List<string> { "string", "string" } } }, Marker = "", MaxRecords = 123 }); string marker = response.Marker; List<ReplicationTask> replicationTasks = response.ReplicationTasks;
.NET Framework:
Supported in: 4.5 and newer, 3.5