deleteDbSubnetGroup
inline suspend fun RdsClient.deleteDbSubnetGroup(crossinline block: DeleteDbSubnetGroupRequest.Builder.() -> Unit): DeleteDbSubnetGroupResponse
Deletes a DB subnet group.
The specified database subnet group must not be associated with any DB instances.
Samples
// The following example deletes the DB subnet group called mysubnetgroup.
rdsClient.deleteDbSubnetGroup {
dbSubnetGroupName = "mysubnetgroup"
}Content copied to clipboard