describeReplicationSubnetGroups
abstract suspend fun describeReplicationSubnetGroups(input: DescribeReplicationSubnetGroupsRequest = DescribeReplicationSubnetGroupsRequest { }): DescribeReplicationSubnetGroupsResponse
Returns information about the replication subnet groups.
Samples
// Returns information about the replication subnet groups.
val resp = databaseMigrationClient.describeReplicationSubnetGroups {
filters = listOf<Filter>(
Filter {
name = "string"
values = listOf<String>(
"string",
"string"
)
}
)
maxRecords = 123
marker = ""
}Content copied to clipboard