class Aws::RDS::Types::ModifyDBProxyTargetGroupRequest

@note When making an API call, you may pass ModifyDBProxyTargetGroupRequest

data as a hash:

    {
      target_group_name: "String", # required
      db_proxy_name: "String", # required
      connection_pool_config: {
        max_connections_percent: 1,
        max_idle_connections_percent: 1,
        connection_borrow_timeout: 1,
        session_pinning_filters: ["String"],
        init_query: "String",
      },
      new_name: "String",
    }

@!attribute [rw] target_group_name

The name of the new target group to assign to the proxy.
@return [String]

@!attribute [rw] db_proxy_name

The name of the new proxy to which to assign the target group.
@return [String]

@!attribute [rw] connection_pool_config

The settings that determine the size and behavior of the connection
pool for the target group.
@return [Types::ConnectionPoolConfiguration]

@!attribute [rw] new_name

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.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBProxyTargetGroupRequest AWS API Documentation

Constants

SENSITIVE