Module Values_1.ModifyDBProxyTargetGroupRequestSource

Modifies the properties of a DBProxyTargetGroup.

Sourcetype nonrec t = {
  1. targetGroupName : Values_0.DBProxyTargetGroupName.t;
    (*

    The name of the target group to modify.

    *)
  2. dBProxyName : Values_0.DBProxyName.t;
    (*

    The name of the proxy.

    *)
  3. connectionPoolConfig : Values_0.ConnectionPoolConfiguration.t option;
    (*

    The settings that determine the size and behavior of the connection pool for the target group.

    *)
  4. 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.

    *)
}
Sourceval context_ : string
Sourceval make : ?connectionPoolConfig:??? -> ?newName:??? -> targetGroupName:Values_0.DBProxyTargetGroupName.t -> dBProxyName:Values_0.DBProxyName.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t