Class: Aws::RDS::Types::ModifyDBProxyTargetGroupRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rds/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connection_pool_configTypes::ConnectionPoolConfiguration

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



19181
19182
19183
19184
19185
19186
19187
19188
# File 'lib/aws-sdk-rds/types.rb', line 19181

class ModifyDBProxyTargetGroupRequest < Struct.new(
  :target_group_name,
  :db_proxy_name,
  :connection_pool_config,
  :new_name)
  SENSITIVE = []
  include Aws::Structure
end

#db_proxy_nameString

The name of the proxy.

Returns:

  • (String)


19181
19182
19183
19184
19185
19186
19187
19188
# File 'lib/aws-sdk-rds/types.rb', line 19181

class ModifyDBProxyTargetGroupRequest < Struct.new(
  :target_group_name,
  :db_proxy_name,
  :connection_pool_config,
  :new_name)
  SENSITIVE = []
  include Aws::Structure
end

#new_nameString

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.

Returns:

  • (String)


19181
19182
19183
19184
19185
19186
19187
19188
# File 'lib/aws-sdk-rds/types.rb', line 19181

class ModifyDBProxyTargetGroupRequest < Struct.new(
  :target_group_name,
  :db_proxy_name,
  :connection_pool_config,
  :new_name)
  SENSITIVE = []
  include Aws::Structure
end

#target_group_nameString

The name of the target group to modify.

Returns:

  • (String)


19181
19182
19183
19184
19185
19186
19187
19188
# File 'lib/aws-sdk-rds/types.rb', line 19181

class ModifyDBProxyTargetGroupRequest < Struct.new(
  :target_group_name,
  :db_proxy_name,
  :connection_pool_config,
  :new_name)
  SENSITIVE = []
  include Aws::Structure
end