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