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]