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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rds/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.



19094
19095
19096
19097
19098
19099
19100
19101
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 19094

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)


19094
19095
19096
19097
19098
19099
19100
19101
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 19094

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)


19094
19095
19096
19097
19098
19099
19100
19101
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 19094

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)


19094
19095
19096
19097
19098
19099
19100
19101
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 19094

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