Values_1.ModifyDBProxyTargetGroupRequestSourceModifies the properties of a DBProxyTargetGroup.
type nonrec t = {targetGroupName : Values_0.DBProxyTargetGroupName.t;The name of the target group to modify.
*)dBProxyName : Values_0.DBProxyName.t;The name of the proxy.
*)connectionPoolConfig : Values_0.ConnectionPoolConfiguration.t option;The settings that determine the size and behavior of the connection pool for the target group.
*)newName : Values_0.String_.t option;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 default target group.
*)}val make :
?connectionPoolConfig:??? ->
?newName:??? ->
targetGroupName:Values_0.DBProxyTargetGroupName.t ->
dBProxyName:Values_0.DBProxyName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.DBProxyTargetGroupName.t
| `Structure of
(string
* [> `Integer of int
| `List of [> `String of string ] list
| `String of string ])
list ])
list ]