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

ModifyDBProxyTargetGroupRequest

import type { ModifyDBProxyTargetGroupRequest } from "https://aws-api.deno.dev/v0.4/services/rds.ts?docs=full";
interface ModifyDBProxyTargetGroupRequest {
ConnectionPoolConfig?: ConnectionPoolConfiguration | null;
DBProxyName: string;
NewName?: string | null;
TargetGroupName: string;
}

§Properties

§
ConnectionPoolConfig?: ConnectionPoolConfiguration | null
[src]

The settings that determine the size and behavior of the connection pool for the target group.

§
DBProxyName: string
[src]

The name of the proxy.

§
NewName?: string | null
[src]

The new name for the modified DBProxyTarget. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it can't end with a hyphen or contain two consecutive hyphens.

§
TargetGroupName: string
[src]

The name of the target group to modify.