Class: Aws::RDS::Types::ModifyDBProxyTargetGroupRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RDS::Types::ModifyDBProxyTargetGroupRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-rds/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #connection_pool_config  ⇒ Types::ConnectionPoolConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The settings that determine the size and behavior of the connection pool for the target group.
 - 
  
    
      #db_proxy_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the proxy.
 - 
  
    
      #new_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The new name for the modified ‘DBProxyTarget`.
 - 
  
    
      #target_group_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the target group to modify.
 
Instance Attribute Details
#connection_pool_config ⇒ Types::ConnectionPoolConfiguration
The settings that determine the size and behavior of the connection pool for the target group.
      19749 19750 19751 19752 19753 19754 19755 19756  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 19749 class ModifyDBProxyTargetGroupRequest < Struct.new( :target_group_name, :db_proxy_name, :connection_pool_config, :new_name) SENSITIVE = [] include Aws::Structure end  | 
  
#db_proxy_name ⇒ String
The name of the proxy.
      19749 19750 19751 19752 19753 19754 19755 19756  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 19749 class ModifyDBProxyTargetGroupRequest < Struct.new( :target_group_name, :db_proxy_name, :connection_pool_config, :new_name) SENSITIVE = [] include Aws::Structure end  | 
  
#new_name ⇒ String
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.
      19749 19750 19751 19752 19753 19754 19755 19756  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 19749 class ModifyDBProxyTargetGroupRequest < Struct.new( :target_group_name, :db_proxy_name, :connection_pool_config, :new_name) SENSITIVE = [] include Aws::Structure end  | 
  
#target_group_name ⇒ String
The name of the target group to modify.
      19749 19750 19751 19752 19753 19754 19755 19756  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 19749 class ModifyDBProxyTargetGroupRequest < Struct.new( :target_group_name, :db_proxy_name, :connection_pool_config, :new_name) SENSITIVE = [] include Aws::Structure end  |