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

DBProxyTarget

import type { DBProxyTarget } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/rds.ts";
interface DBProxyTarget {
Endpoint?: string | null;
Port?: number | null;
RdsResourceId?: string | null;
Role?: TargetRole | null;
TargetArn?: string | null;
TargetHealth?: TargetHealth | null;
TrackedClusterId?: string | null;
Type?: TargetType | null;
}

§Properties

§
Endpoint?: string | null
[src]
§
Port?: number | null
[src]
§
RdsResourceId?: string | null
[src]
§
Role?: TargetRole | null
[src]
§
TargetArn?: string | null
[src]
§
TargetHealth?: TargetHealth | null
[src]
§
TrackedClusterId?: string | null
[src]
§
Type?: TargetType | null
[src]