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

CreateDBProxyRequest

import type { CreateDBProxyRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/rds.ts";
interface CreateDBProxyRequest {
DBProxyName: string;
DebugLogging?: boolean | null;
EngineFamily: EngineFamily;
IdleClientTimeout?: number | null;
RequireTLS?: boolean | null;
RoleArn: string;
Tags?: Tag[] | null;
VpcSecurityGroupIds?: string[] | null;
VpcSubnetIds: string[];
}

§Properties

§
DBProxyName: string
[src]
§
DebugLogging?: boolean | null
[src]
§
EngineFamily: EngineFamily
[src]
§
IdleClientTimeout?: number | null
[src]
§
RequireTLS?: boolean | null
[src]
§
RoleArn: string
[src]
§
Tags?: Tag[] | null
[src]
§
VpcSecurityGroupIds?: string[] | null
[src]
§
VpcSubnetIds: string[]
[src]