ModifyDBProxyTargetGroup
Modifies the properties of a DBProxyTargetGroup.
Request Parameters
For information about the parameters that are common to all actions, see Common Parameters.
- DBProxyName
- 
               The name of the proxy. Type: String Length Constraints: Minimum length of 1. Maximum length of 63. Pattern: [a-zA-Z](?:-?[a-zA-Z0-9]+)*Required: Yes 
- TargetGroupName
- 
               The name of the target group to modify. Type: String Length Constraints: Minimum length of 1. Maximum length of 63. Pattern: [a-zA-Z](?:-?[a-zA-Z0-9]+)*Required: Yes 
- ConnectionPoolConfig
- 
               The settings that determine the size and behavior of the connection pool for the target group. Type: ConnectionPoolConfiguration object Required: No 
- NewName
- 
               The new name for the modified DBProxyTarget. 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.You can't rename the defaulttarget group.Type: String Required: No 
Response Elements
The following element is returned by the service.
- DBProxyTargetGroup
- 
               The settings of the modified DBProxyTarget.Type: DBProxyTargetGroup object 
Errors
For information about the errors that are common to all actions, see Common Errors.
- DBProxyNotFoundFault
- 
               The specified proxy name doesn't correspond to a proxy owned by your Amazon account in the specified Amazon Region. HTTP Status Code: 404 
- DBProxyTargetGroupNotFoundFault
- 
               The specified target group isn't available for a proxy owned by your Amazon account in the specified Amazon Region. HTTP Status Code: 404 
- InvalidDBProxyStateFault
- 
               The requested operation can't be performed while the proxy is in this state. HTTP Status Code: 400 
See Also
For more information about using this API in one of the language-specific Amazon SDKs, see the following: