Class: Humidifier::RDS::DBProxyTargetGroup
- Inherits:
-
Humidifier::Resource
- Object
- Humidifier::Resource
- Humidifier::RDS::DBProxyTargetGroup
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::RDS::DBProxyTargetGroup resource
Constant Summary
Constants inherited from Humidifier::Resource
Humidifier::Resource::COMMON_ATTRIBUTES
Instance Method Summary collapse
-
#connection_pool_configuration_info ⇒ Object
returns the ConnectionPoolConfigurationInfo property.
-
#connection_pool_configuration_info=(value) ⇒ Object
sets the ConnectionPoolConfigurationInfo property (Structure).
-
#db_cluster_identifiers ⇒ Object
returns the DBClusterIdentifiers property.
-
#db_cluster_identifiers=(value) ⇒ Object
sets the DBClusterIdentifiers property (List).
-
#db_instance_identifiers ⇒ Object
returns the DBInstanceIdentifiers property.
-
#db_instance_identifiers=(value) ⇒ Object
sets the DBInstanceIdentifiers property (List).
-
#db_proxy_name ⇒ Object
returns the DBProxyName property.
-
#db_proxy_name=(value) ⇒ Object
sets the DBProxyName property (String).
-
#target_group_name ⇒ Object
returns the TargetGroupName property.
-
#target_group_name=(value) ⇒ Object
sets the TargetGroupName property (String).
Methods inherited from Humidifier::Resource
#initialize, #method_missing, prop?, #respond_to_missing?, #to_cf, #update, #update_attributes, #update_property
Constructor Details
This class inherits a constructor from Humidifier::Resource
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Humidifier::Resource
Instance Method Details
#connection_pool_configuration_info ⇒ Object
returns the ConnectionPoolConfigurationInfo property
10 11 12 |
# File 'lib/humidifier/magic.rb', line 10 def connection_pool_configuration_info properties['connection_pool_configuration_info'] end |
#connection_pool_configuration_info=(value) ⇒ Object
sets the ConnectionPoolConfigurationInfo property (Structure)
15 16 17 |
# File 'lib/humidifier/magic.rb', line 15 def connection_pool_configuration_info=(value) update_property('connection_pool_configuration_info', value) end |
#db_cluster_identifiers ⇒ Object
returns the DBClusterIdentifiers property
20 21 22 |
# File 'lib/humidifier/magic.rb', line 20 def db_cluster_identifiers properties['db_cluster_identifiers'] end |
#db_cluster_identifiers=(value) ⇒ Object
sets the DBClusterIdentifiers property (List)
25 26 27 |
# File 'lib/humidifier/magic.rb', line 25 def db_cluster_identifiers=(value) update_property('db_cluster_identifiers', value) end |
#db_instance_identifiers ⇒ Object
returns the DBInstanceIdentifiers property
30 31 32 |
# File 'lib/humidifier/magic.rb', line 30 def db_instance_identifiers properties['db_instance_identifiers'] end |
#db_instance_identifiers=(value) ⇒ Object
sets the DBInstanceIdentifiers property (List)
35 36 37 |
# File 'lib/humidifier/magic.rb', line 35 def db_instance_identifiers=(value) update_property('db_instance_identifiers', value) end |
#db_proxy_name ⇒ Object
returns the DBProxyName property
40 41 42 |
# File 'lib/humidifier/magic.rb', line 40 def db_proxy_name properties['db_proxy_name'] end |
#db_proxy_name=(value) ⇒ Object
sets the DBProxyName property (String)
45 46 47 |
# File 'lib/humidifier/magic.rb', line 45 def db_proxy_name=(value) update_property('db_proxy_name', value) end |
#target_group_name ⇒ Object
returns the TargetGroupName property
50 51 52 |
# File 'lib/humidifier/magic.rb', line 50 def target_group_name properties['target_group_name'] end |
#target_group_name=(value) ⇒ Object
sets the TargetGroupName property (String)
55 56 57 |
# File 'lib/humidifier/magic.rb', line 55 def target_group_name=(value) update_property('target_group_name', value) end |