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

RegisterDBProxyTargetsRequest

import type { RegisterDBProxyTargetsRequest } from "https://aws-api.deno.dev/v0.4/services/rds.ts?docs=full";
interface RegisterDBProxyTargetsRequest {
DBClusterIdentifiers?: string[] | null;
DBInstanceIdentifiers?: string[] | null;
DBProxyName: string;
TargetGroupName?: string | null;
}

§Properties

§
DBClusterIdentifiers?: string[] | null
[src]

One or more DB cluster identifiers.

§
DBInstanceIdentifiers?: string[] | null
[src]

One or more DB instance identifiers.

§
DBProxyName: string
[src]

The identifier of the DBProxy that is associated with the DBProxyTargetGroup.

§
TargetGroupName?: string | null
[src]

The identifier of the DBProxyTargetGroup.