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

DBProxy

import type { DBProxy } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/rds.ts";
interface DBProxy {
CreatedDate?: Date | number | null;
DBProxyArn?: string | null;
DBProxyName?: string | null;
DebugLogging?: boolean | null;
Endpoint?: string | null;
EngineFamily?: string | null;
IdleClientTimeout?: number | null;
RequireTLS?: boolean | null;
RoleArn?: string | null;
Status?: DBProxyStatus | null;
UpdatedDate?: Date | number | null;
VpcId?: string | null;
VpcSecurityGroupIds: string[];
VpcSubnetIds: string[];
}

§Properties

§
CreatedDate?: Date | number | null
[src]
§
DBProxyArn?: string | null
[src]
§
DBProxyName?: string | null
[src]
§
DebugLogging?: boolean | null
[src]
§
Endpoint?: string | null
[src]
§
EngineFamily?: string | null
[src]
§
IdleClientTimeout?: number | null
[src]
§
RequireTLS?: boolean | null
[src]
§
RoleArn?: string | null
[src]
§
Status?: DBProxyStatus | null
[src]
§
UpdatedDate?: Date | number | null
[src]
§
VpcId?: string | null
[src]
§
VpcSecurityGroupIds: string[]
[src]
§
VpcSubnetIds: string[]
[src]