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

CreateDBProxyEndpointRequest

import type { CreateDBProxyEndpointRequest } from "https://aws-api.deno.dev/v0.4/services/rds.ts?docs=full";
interface CreateDBProxyEndpointRequest {
DBProxyEndpointName: string;
DBProxyName: string;
Tags?: Tag[] | null;
TargetRole?: DBProxyEndpointTargetRole | null;
VpcSecurityGroupIds?: string[] | null;
VpcSubnetIds: string[];
}

§Properties

§
DBProxyEndpointName: string
[src]

The name of the DB proxy endpoint to create.

§
DBProxyName: string
[src]

The name of the DB proxy associated with the DB proxy endpoint that you create.

§
Tags?: Tag[] | null
[src]
§
TargetRole?: DBProxyEndpointTargetRole | null
[src]

A value that indicates whether the DB proxy endpoint can be used for read/write or read-only operations. The default is READ_WRITE. The only role that proxies for RDS for Microsoft SQL Server support is READ_WRITE.

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

The VPC security group IDs for the DB proxy endpoint that you create. You can specify a different set of security group IDs than for the original DB proxy. The default is the default security group for the VPC.

§
VpcSubnetIds: string[]
[src]

The VPC subnet IDs for the DB proxy endpoint that you create. You can specify a different set of subnet IDs than for the original DB proxy.