Deletes an existing proxy.
rds_delete_db_proxy(DBProxyName)
[required] The name of the DB proxy to delete.
A list with the following syntax:
list( DBProxy = list( DBProxyName = "string", DBProxyArn = "string", Status = "available"|"modifying"|"incompatible-network"|"insufficient-resource-limits"|"creating"|"deleting"|"suspended"|"suspending"|"reactivating", EngineFamily = "string", VpcSecurityGroupIds = list( "string" ), VpcSubnetIds = list( "string" ), Auth = list( list( Description = "string", UserName = "string", AuthScheme = "SECRETS", SecretArn = "string", IAMAuth = "DISABLED"|"REQUIRED" ) ), RoleArn = "string", Endpoint = "string", RequireTLS = TRUE|FALSE, IdleClientTimeout = 123, DebugLogging = TRUE|FALSE, CreatedDate = as.POSIXct( "2015-01-01" ), UpdatedDate = as.POSIXct( "2015-01-01" ) ) )
svc$delete_db_proxy( DBProxyName = "string" )