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

DBProxyTargetGroup

import type { DBProxyTargetGroup } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/rds.ts";
interface DBProxyTargetGroup {
ConnectionPoolConfig?: ConnectionPoolConfigurationInfo | null;
CreatedDate?: Date | number | null;
DBProxyName?: string | null;
IsDefault?: boolean | null;
Status?: string | null;
TargetGroupArn?: string | null;
TargetGroupName?: string | null;
UpdatedDate?: Date | number | null;
}

§Properties

§
ConnectionPoolConfig?: ConnectionPoolConfigurationInfo | null
[src]
§
CreatedDate?: Date | number | null
[src]
§
DBProxyName?: string | null
[src]
§
IsDefault?: boolean | null
[src]
§
Status?: string | null
[src]
§
TargetGroupArn?: string | null
[src]
§
TargetGroupName?: string | null
[src]
§
UpdatedDate?: Date | number | null
[src]