ModifyDBProxyTargetGroup - Amazon Relational Database Service

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

Required: Yes

TargetGroupName

The name of the target group to modify.

Type: String

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.

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 AWS account in the specified AWS Region.

HTTP Status Code: 404

DBProxyTargetGroupNotFoundFault

The specified target group isn't available for a proxy owned by your AWS account in the specified AWS 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 AWS SDKs, see the following: