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

ModifyDBProxyEndpointRequest

import type { ModifyDBProxyEndpointRequest } from "https://aws-api.deno.dev/v0.4/services/rds.ts?docs=full";
interface ModifyDBProxyEndpointRequest {
DBProxyEndpointName: string;
NewDBProxyEndpointName?: string | null;
VpcSecurityGroupIds?: string[] | null;
}

§Properties

§
DBProxyEndpointName: string
[src]

The name of the DB proxy sociated with the DB proxy endpoint that you want to modify.

§
NewDBProxyEndpointName?: string | null
[src]

The new identifier for the DBProxyEndpoint. 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.

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

The VPC security group IDs for the DB proxy endpoint. When the DB proxy endpoint uses a different VPC than the original proxy, you also specify a different set of security group IDs than for the original proxy.