Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CreateDBProxyEndpointResponse

import type { CreateDBProxyEndpointResponse } from "https://aws-api.deno.dev/v0.4/services/rds.ts?docs=full";
interface CreateDBProxyEndpointResponse {
DBProxyEndpoint?: DBProxyEndpoint | null;
}

§Properties

§
DBProxyEndpoint?: DBProxyEndpoint | null
[src]

The DBProxyEndpoint object that is created by the API operation. The DB proxy endpoint that you create might provide capabilities such as read/write or read-only operations, or using a different VPC than the proxy's default VPC.