---
title: "GET /#Action=CreateDBProxy"
method: GET
path: "/#Action=CreateDBProxy"
---

# GET /#Action=CreateDBProxy

`GET /#Action=CreateDBProxy`

Creates a new DB proxy.

## Query parameters

- `DBProxyName` string, required
- `EngineFamily` 'MYSQL' | 'POSTGRESQL' | 'SQLSERVER', required
- `Auth` UserAuthConfig[], required
  - `Description` string — A user-specified description about the authentication used by a proxy to log in as a specific database user.
  - `UserName` string — The name of the database user to which the proxy connects.
  - `AuthScheme` 'SECRETS' — The type of authentication that the proxy uses for connections from the proxy to the underlying database.
  - `SecretArn` string — The Amazon Resource Name (ARN) representing the secret that the proxy uses to authenticate to the RDS DB instance or Aurora DB cluster. These secrets are stored within Amazon Secrets Manager.
  - `IAMAuth` 'DISABLED' | 'REQUIRED' | 'ENABLED' — Whether to require or disallow Amazon Web Services Identity and Access Management (IAM) authentication for connections to the proxy. The <code>ENABLED</code> value is valid only for proxies with RDS for Microsoft SQL Server.
  - `ClientPasswordAuthType` 'MYSQL_NATIVE_PASSWORD' | 'POSTGRES_SCRAM_SHA_256' | 'POSTGRES_MD5' | 'SQL_SERVER_AUTHENTICATION' — The type of authentication the proxy uses for connections from clients.
- `RoleArn` string, required
- `VpcSubnetIds` String[], required
- `VpcSecurityGroupIds` String[]
- `RequireTLS` boolean
- `IdleClientTimeout` integer
- `DebugLogging` boolean
- `Tags` object[] — A list of tags. For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html">Tagging Amazon RDS Resources</a> in the <i>Amazon RDS User Guide.</i>
  - `Key` string — A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and can't be prefixed with <code>aws:</code> or <code>rds:</code>. The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', ':', '/', '=', '+', '-', '@' (Java regex: "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$").
  - `Value` string — A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and can't be prefixed with <code>aws:</code> or <code>rds:</code>. The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', ':', '/', '=', '+', '-', '@' (Java regex: "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$").
- `Action` 'CreateDBProxy', required
- `Version` '2014-10-31', required

## Response `200`

Success

## Other responses

- `480` — InvalidSubnet
- `481` — DBProxyAlreadyExistsFault
- `482` — DBProxyQuotaExceededFault

---

[API](https://skmtc.net/aws/apis/rds.md) · [All operations](https://skmtc.net/aws/apis/rds/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/rds/versions/e6b3ad7df19b/schema)
