---
type: resource-type
title: DBProxyEndpoint
description: aws resource type AWS::RDS::DBProxyEndpoint
name: DBProxyEndpoint
lexicon: aws
resource_type: AWS::RDS::DBProxyEndpoint
---
`AWS::RDS::DBProxyEndpoint`, a resource type of the aws lexicon.

## Properties

- `DBProxyEndpointName` (`string`, required): The identifier for the DB proxy endpoint. This name must be unique for all DB proxy endpoints owned by your AWS account in the specified AWS Region.
- `DBProxyName` (`string`, required): The identifier for the proxy. This name must be unique for all proxies owned by your AWS account in the specified AWS Region.
- `VpcSubnetIds` (`string[]`, required): VPC subnet IDs to associate with the new DB proxy endpoint.
- `DBProxyEndpointArn` (`string`, optional): The Amazon Resource Name (ARN) for the DB proxy endpoint.
- `Endpoint` (`string`, optional): The endpoint that you can use to connect to the DB proxy. You include the endpoint value in the connection string for a database client application.
- `EndpointNetworkType` (`"DUAL" | "IPV4" | "IPV6"`, optional): The network type of the DB proxy endpoint. The network type determines the IP version that the proxy endpoint supports.
- `IsDefault` (`boolean`, optional): A value that indicates whether this endpoint is the default endpoint for the associated DB proxy. Default DB proxy endpoints always have read/write capability. Other endpoints that you associate with the DB proxy can be either read/write or read-only.
- `Tags` (`DBProxyEndpoint_TagFormat[]`, optional): An optional set of key-value pairs to associate arbitrary data of your choosing with the DB proxy endpoint.
- `TargetRole` (`"READ_ONLY" | "READ_WRITE"`, optional): A value that indicates whether the DB proxy endpoint can be used for read/write or read-only operations.
- `VpcId` (`string`, optional): VPC ID to associate with the new DB proxy endpoint.
- `VpcSecurityGroupIds` (`string[]`, optional): VPC security group IDs to associate with the new DB proxy endpoint.

## Attributes

- `DBProxyEndpointArn`
- `Endpoint`
- `IsDefault`
- `VpcId`
