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.
| 19346 19347 19348 19349 19350 19351 19352 19353 | # File 'lib/aws-sdk-rds/types.rb', line 19346 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.
| 19346 19347 19348 19349 19350 19351 19352 19353 | # File 'lib/aws-sdk-rds/types.rb', line 19346 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.
| 19346 19347 19348 19349 19350 19351 19352 19353 | # File 'lib/aws-sdk-rds/types.rb', line 19346 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.
| 19346 19347 19348 19349 19350 19351 19352 19353 | # File 'lib/aws-sdk-rds/types.rb', line 19346 class ModifyDBProxyTargetGroupRequest < Struct.new( :target_group_name, :db_proxy_name, :connection_pool_config, :new_name) SENSITIVE = [] include Aws::Structure end |