DBProxy
import type { DBProxy } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/rds.ts";interface DBProxy {
Auth: UserAuthConfigInfo[];
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[];
}