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.
19622 19623 19624 19625 19626 19627 19628 19629 |
# File 'lib/aws-sdk-rds/types.rb', line 19622 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.
19622 19623 19624 19625 19626 19627 19628 19629 |
# File 'lib/aws-sdk-rds/types.rb', line 19622 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.
19622 19623 19624 19625 19626 19627 19628 19629 |
# File 'lib/aws-sdk-rds/types.rb', line 19622 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.
19622 19623 19624 19625 19626 19627 19628 19629 |
# File 'lib/aws-sdk-rds/types.rb', line 19622 class ModifyDBProxyTargetGroupRequest < Struct.new( :target_group_name, :db_proxy_name, :connection_pool_config, :new_name) SENSITIVE = [] include Aws::Structure end |