Class: Humidifier::DAX::Cluster
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::DAX::Cluster resource
Constant Summary
Constants inherited from Resource
Instance Method Summary collapse
-
#availability_zones ⇒ Object
returns the AvailabilityZones property.
-
#availability_zones=(value) ⇒ Object
sets the AvailabilityZones property (List).
-
#cluster_endpoint_encryption_type ⇒ Object
returns the ClusterEndpointEncryptionType property.
-
#cluster_endpoint_encryption_type=(value) ⇒ Object
sets the ClusterEndpointEncryptionType property (String).
-
#cluster_name ⇒ Object
returns the ClusterName property.
-
#cluster_name=(value) ⇒ Object
sets the ClusterName property (String).
-
#description ⇒ Object
returns the Description property.
-
#description=(value) ⇒ Object
sets the Description property (String).
-
#iam_role_arn ⇒ Object
returns the IAMRoleARN property.
-
#iam_role_arn=(value) ⇒ Object
sets the IAMRoleARN property (String).
-
#node_type ⇒ Object
returns the NodeType property.
-
#node_type=(value) ⇒ Object
sets the NodeType property (String).
-
#notification_topic_arn ⇒ Object
returns the NotificationTopicARN property.
-
#notification_topic_arn=(value) ⇒ Object
sets the NotificationTopicARN property (String).
-
#parameter_group_name ⇒ Object
returns the ParameterGroupName property.
-
#parameter_group_name=(value) ⇒ Object
sets the ParameterGroupName property (String).
-
#preferred_maintenance_window ⇒ Object
returns the PreferredMaintenanceWindow property.
-
#preferred_maintenance_window=(value) ⇒ Object
sets the PreferredMaintenanceWindow property (String).
-
#replication_factor ⇒ Object
returns the ReplicationFactor property.
-
#replication_factor=(value) ⇒ Object
sets the ReplicationFactor property (Integer).
-
#security_group_ids ⇒ Object
returns the SecurityGroupIds property.
-
#security_group_ids=(value) ⇒ Object
sets the SecurityGroupIds property (List).
-
#sse_specification ⇒ Object
returns the SSESpecification property.
-
#sse_specification=(value) ⇒ Object
sets the SSESpecification property (Structure).
-
#subnet_group_name ⇒ Object
returns the SubnetGroupName property.
-
#subnet_group_name=(value) ⇒ Object
sets the SubnetGroupName property (String).
-
#tags ⇒ Object
returns the Tags property.
-
#tags=(value) ⇒ Object
sets the Tags property (Json).
Methods inherited from 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
#availability_zones ⇒ Object
returns the AvailabilityZones property
10 11 12 |
# File 'lib/humidifier/magic.rb', line 10 def availability_zones properties['availability_zones'] end |
#availability_zones=(value) ⇒ Object
sets the AvailabilityZones property (List)
15 16 17 |
# File 'lib/humidifier/magic.rb', line 15 def availability_zones=(value) update_property('availability_zones', value) end |
#cluster_endpoint_encryption_type ⇒ Object
returns the ClusterEndpointEncryptionType property
20 21 22 |
# File 'lib/humidifier/magic.rb', line 20 def cluster_endpoint_encryption_type properties['cluster_endpoint_encryption_type'] end |
#cluster_endpoint_encryption_type=(value) ⇒ Object
sets the ClusterEndpointEncryptionType property (String)
25 26 27 |
# File 'lib/humidifier/magic.rb', line 25 def cluster_endpoint_encryption_type=(value) update_property('cluster_endpoint_encryption_type', value) end |
#cluster_name ⇒ Object
returns the ClusterName property
30 31 32 |
# File 'lib/humidifier/magic.rb', line 30 def cluster_name properties['cluster_name'] end |
#cluster_name=(value) ⇒ Object
sets the ClusterName property (String)
35 36 37 |
# File 'lib/humidifier/magic.rb', line 35 def cluster_name=(value) update_property('cluster_name', value) end |
#description ⇒ Object
returns the Description property
40 41 42 |
# File 'lib/humidifier/magic.rb', line 40 def description properties['description'] end |
#description=(value) ⇒ Object
sets the Description property (String)
45 46 47 |
# File 'lib/humidifier/magic.rb', line 45 def description=(value) update_property('description', value) end |
#iam_role_arn ⇒ Object
returns the IAMRoleARN property
50 51 52 |
# File 'lib/humidifier/magic.rb', line 50 def iam_role_arn properties['iam_role_arn'] end |
#iam_role_arn=(value) ⇒ Object
sets the IAMRoleARN property (String)
55 56 57 |
# File 'lib/humidifier/magic.rb', line 55 def iam_role_arn=(value) update_property('iam_role_arn', value) end |
#node_type ⇒ Object
returns the NodeType property
60 61 62 |
# File 'lib/humidifier/magic.rb', line 60 def node_type properties['node_type'] end |
#node_type=(value) ⇒ Object
sets the NodeType property (String)
65 66 67 |
# File 'lib/humidifier/magic.rb', line 65 def node_type=(value) update_property('node_type', value) end |
#notification_topic_arn ⇒ Object
returns the NotificationTopicARN property
70 71 72 |
# File 'lib/humidifier/magic.rb', line 70 def notification_topic_arn properties['notification_topic_arn'] end |
#notification_topic_arn=(value) ⇒ Object
sets the NotificationTopicARN property (String)
75 76 77 |
# File 'lib/humidifier/magic.rb', line 75 def notification_topic_arn=(value) update_property('notification_topic_arn', value) end |
#parameter_group_name ⇒ Object
returns the ParameterGroupName property
80 81 82 |
# File 'lib/humidifier/magic.rb', line 80 def parameter_group_name properties['parameter_group_name'] end |
#parameter_group_name=(value) ⇒ Object
sets the ParameterGroupName property (String)
85 86 87 |
# File 'lib/humidifier/magic.rb', line 85 def parameter_group_name=(value) update_property('parameter_group_name', value) end |
#preferred_maintenance_window ⇒ Object
returns the PreferredMaintenanceWindow property
90 91 92 |
# File 'lib/humidifier/magic.rb', line 90 def preferred_maintenance_window properties['preferred_maintenance_window'] end |
#preferred_maintenance_window=(value) ⇒ Object
sets the PreferredMaintenanceWindow property (String)
95 96 97 |
# File 'lib/humidifier/magic.rb', line 95 def preferred_maintenance_window=(value) update_property('preferred_maintenance_window', value) end |
#replication_factor ⇒ Object
returns the ReplicationFactor property
100 101 102 |
# File 'lib/humidifier/magic.rb', line 100 def replication_factor properties['replication_factor'] end |
#replication_factor=(value) ⇒ Object
sets the ReplicationFactor property (Integer)
105 106 107 |
# File 'lib/humidifier/magic.rb', line 105 def replication_factor=(value) update_property('replication_factor', value) end |
#security_group_ids ⇒ Object
returns the SecurityGroupIds property
110 111 112 |
# File 'lib/humidifier/magic.rb', line 110 def security_group_ids properties['security_group_ids'] end |
#security_group_ids=(value) ⇒ Object
sets the SecurityGroupIds property (List)
115 116 117 |
# File 'lib/humidifier/magic.rb', line 115 def security_group_ids=(value) update_property('security_group_ids', value) end |
#sse_specification ⇒ Object
returns the SSESpecification property
120 121 122 |
# File 'lib/humidifier/magic.rb', line 120 def sse_specification properties['sse_specification'] end |
#sse_specification=(value) ⇒ Object
sets the SSESpecification property (Structure)
125 126 127 |
# File 'lib/humidifier/magic.rb', line 125 def sse_specification=(value) update_property('sse_specification', value) end |
#subnet_group_name ⇒ Object
returns the SubnetGroupName property
130 131 132 |
# File 'lib/humidifier/magic.rb', line 130 def subnet_group_name properties['subnet_group_name'] end |
#subnet_group_name=(value) ⇒ Object
sets the SubnetGroupName property (String)
135 136 137 |
# File 'lib/humidifier/magic.rb', line 135 def subnet_group_name=(value) update_property('subnet_group_name', value) end |
#tags ⇒ Object
returns the Tags property
140 141 142 |
# File 'lib/humidifier/magic.rb', line 140 def properties['tags'] end |
#tags=(value) ⇒ Object
sets the Tags property (Json)
145 146 147 |
# File 'lib/humidifier/magic.rb', line 145 def (value) update_property('tags', value) end |