Class: Humidifier::MemoryDB::Cluster
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::MemoryDB::Cluster resource
Constant Summary
Constants inherited from Resource
Instance Method Summary collapse
-
#acl_name ⇒ Object
returns the ACLName property.
-
#acl_name=(value) ⇒ Object
sets the ACLName property (String).
-
#auto_minor_version_upgrade ⇒ Object
returns the AutoMinorVersionUpgrade property.
-
#auto_minor_version_upgrade=(value) ⇒ Object
sets the AutoMinorVersionUpgrade property (Boolean).
-
#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).
-
#engine_version ⇒ Object
returns the EngineVersion property.
-
#engine_version=(value) ⇒ Object
sets the EngineVersion property (String).
-
#final_snapshot_name ⇒ Object
returns the FinalSnapshotName property.
-
#final_snapshot_name=(value) ⇒ Object
sets the FinalSnapshotName property (String).
-
#kms_key_id ⇒ Object
returns the KmsKeyId property.
-
#kms_key_id=(value) ⇒ Object
sets the KmsKeyId property (String).
-
#maintenance_window ⇒ Object
returns the MaintenanceWindow property.
-
#maintenance_window=(value) ⇒ Object
sets the MaintenanceWindow property (String).
-
#node_type ⇒ Object
returns the NodeType property.
-
#node_type=(value) ⇒ Object
sets the NodeType property (String).
-
#num_replicas_per_shard ⇒ Object
returns the NumReplicasPerShard property.
-
#num_replicas_per_shard=(value) ⇒ Object
sets the NumReplicasPerShard property (Integer).
-
#num_shards ⇒ Object
returns the NumShards property.
-
#num_shards=(value) ⇒ Object
sets the NumShards property (Integer).
-
#parameter_group_name ⇒ Object
returns the ParameterGroupName property.
-
#parameter_group_name=(value) ⇒ Object
sets the ParameterGroupName property (String).
-
#port ⇒ Object
returns the Port property.
-
#port=(value) ⇒ Object
sets the Port property (Integer).
-
#security_group_ids ⇒ Object
returns the SecurityGroupIds property.
-
#security_group_ids=(value) ⇒ Object
sets the SecurityGroupIds property (List).
-
#snapshot_arns ⇒ Object
returns the SnapshotArns property.
-
#snapshot_arns=(value) ⇒ Object
sets the SnapshotArns property (List).
-
#snapshot_name ⇒ Object
returns the SnapshotName property.
-
#snapshot_name=(value) ⇒ Object
sets the SnapshotName property (String).
-
#snapshot_retention_limit ⇒ Object
returns the SnapshotRetentionLimit property.
-
#snapshot_retention_limit=(value) ⇒ Object
sets the SnapshotRetentionLimit property (Integer).
-
#snapshot_window ⇒ Object
returns the SnapshotWindow property.
-
#snapshot_window=(value) ⇒ Object
sets the SnapshotWindow property (String).
-
#sns_topic_arn ⇒ Object
returns the SnsTopicArn property.
-
#sns_topic_arn=(value) ⇒ Object
sets the SnsTopicArn property (String).
-
#sns_topic_status ⇒ Object
returns the SnsTopicStatus property.
-
#sns_topic_status=(value) ⇒ Object
sets the SnsTopicStatus property (String).
-
#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 (List).
-
#tls_enabled ⇒ Object
returns the TLSEnabled property.
-
#tls_enabled=(value) ⇒ Object
sets the TLSEnabled property (Boolean).
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
#acl_name ⇒ Object
returns the ACLName property
10 11 12 |
# File 'lib/humidifier/magic.rb', line 10 def acl_name properties['acl_name'] end |
#acl_name=(value) ⇒ Object
sets the ACLName property (String)
15 16 17 |
# File 'lib/humidifier/magic.rb', line 15 def acl_name=(value) update_property('acl_name', value) end |
#auto_minor_version_upgrade ⇒ Object
returns the AutoMinorVersionUpgrade property
20 21 22 |
# File 'lib/humidifier/magic.rb', line 20 def auto_minor_version_upgrade properties['auto_minor_version_upgrade'] end |
#auto_minor_version_upgrade=(value) ⇒ Object
sets the AutoMinorVersionUpgrade property (Boolean)
25 26 27 |
# File 'lib/humidifier/magic.rb', line 25 def auto_minor_version_upgrade=(value) update_property('auto_minor_version_upgrade', 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 |
#engine_version ⇒ Object
returns the EngineVersion property
50 51 52 |
# File 'lib/humidifier/magic.rb', line 50 def engine_version properties['engine_version'] end |
#engine_version=(value) ⇒ Object
sets the EngineVersion property (String)
55 56 57 |
# File 'lib/humidifier/magic.rb', line 55 def engine_version=(value) update_property('engine_version', value) end |
#final_snapshot_name ⇒ Object
returns the FinalSnapshotName property
60 61 62 |
# File 'lib/humidifier/magic.rb', line 60 def final_snapshot_name properties['final_snapshot_name'] end |
#final_snapshot_name=(value) ⇒ Object
sets the FinalSnapshotName property (String)
65 66 67 |
# File 'lib/humidifier/magic.rb', line 65 def final_snapshot_name=(value) update_property('final_snapshot_name', value) end |
#kms_key_id ⇒ Object
returns the KmsKeyId property
70 71 72 |
# File 'lib/humidifier/magic.rb', line 70 def kms_key_id properties['kms_key_id'] end |
#kms_key_id=(value) ⇒ Object
sets the KmsKeyId property (String)
75 76 77 |
# File 'lib/humidifier/magic.rb', line 75 def kms_key_id=(value) update_property('kms_key_id', value) end |
#maintenance_window ⇒ Object
returns the MaintenanceWindow property
80 81 82 |
# File 'lib/humidifier/magic.rb', line 80 def maintenance_window properties['maintenance_window'] end |
#maintenance_window=(value) ⇒ Object
sets the MaintenanceWindow property (String)
85 86 87 |
# File 'lib/humidifier/magic.rb', line 85 def maintenance_window=(value) update_property('maintenance_window', value) end |
#node_type ⇒ Object
returns the NodeType property
90 91 92 |
# File 'lib/humidifier/magic.rb', line 90 def node_type properties['node_type'] end |
#node_type=(value) ⇒ Object
sets the NodeType property (String)
95 96 97 |
# File 'lib/humidifier/magic.rb', line 95 def node_type=(value) update_property('node_type', value) end |
#num_replicas_per_shard ⇒ Object
returns the NumReplicasPerShard property
100 101 102 |
# File 'lib/humidifier/magic.rb', line 100 def num_replicas_per_shard properties['num_replicas_per_shard'] end |
#num_replicas_per_shard=(value) ⇒ Object
sets the NumReplicasPerShard property (Integer)
105 106 107 |
# File 'lib/humidifier/magic.rb', line 105 def num_replicas_per_shard=(value) update_property('num_replicas_per_shard', value) end |
#num_shards ⇒ Object
returns the NumShards property
110 111 112 |
# File 'lib/humidifier/magic.rb', line 110 def num_shards properties['num_shards'] end |
#num_shards=(value) ⇒ Object
sets the NumShards property (Integer)
115 116 117 |
# File 'lib/humidifier/magic.rb', line 115 def num_shards=(value) update_property('num_shards', value) end |
#parameter_group_name ⇒ Object
returns the ParameterGroupName property
120 121 122 |
# File 'lib/humidifier/magic.rb', line 120 def parameter_group_name properties['parameter_group_name'] end |
#parameter_group_name=(value) ⇒ Object
sets the ParameterGroupName property (String)
125 126 127 |
# File 'lib/humidifier/magic.rb', line 125 def parameter_group_name=(value) update_property('parameter_group_name', value) end |
#port ⇒ Object
returns the Port property
130 131 132 |
# File 'lib/humidifier/magic.rb', line 130 def port properties['port'] end |
#port=(value) ⇒ Object
sets the Port property (Integer)
135 136 137 |
# File 'lib/humidifier/magic.rb', line 135 def port=(value) update_property('port', value) end |
#security_group_ids ⇒ Object
returns the SecurityGroupIds property
140 141 142 |
# File 'lib/humidifier/magic.rb', line 140 def security_group_ids properties['security_group_ids'] end |
#security_group_ids=(value) ⇒ Object
sets the SecurityGroupIds property (List)
145 146 147 |
# File 'lib/humidifier/magic.rb', line 145 def security_group_ids=(value) update_property('security_group_ids', value) end |
#snapshot_arns ⇒ Object
returns the SnapshotArns property
150 151 152 |
# File 'lib/humidifier/magic.rb', line 150 def snapshot_arns properties['snapshot_arns'] end |
#snapshot_arns=(value) ⇒ Object
sets the SnapshotArns property (List)
155 156 157 |
# File 'lib/humidifier/magic.rb', line 155 def snapshot_arns=(value) update_property('snapshot_arns', value) end |
#snapshot_name ⇒ Object
returns the SnapshotName property
160 161 162 |
# File 'lib/humidifier/magic.rb', line 160 def snapshot_name properties['snapshot_name'] end |
#snapshot_name=(value) ⇒ Object
sets the SnapshotName property (String)
165 166 167 |
# File 'lib/humidifier/magic.rb', line 165 def snapshot_name=(value) update_property('snapshot_name', value) end |
#snapshot_retention_limit ⇒ Object
returns the SnapshotRetentionLimit property
170 171 172 |
# File 'lib/humidifier/magic.rb', line 170 def snapshot_retention_limit properties['snapshot_retention_limit'] end |
#snapshot_retention_limit=(value) ⇒ Object
sets the SnapshotRetentionLimit property (Integer)
175 176 177 |
# File 'lib/humidifier/magic.rb', line 175 def snapshot_retention_limit=(value) update_property('snapshot_retention_limit', value) end |
#snapshot_window ⇒ Object
returns the SnapshotWindow property
180 181 182 |
# File 'lib/humidifier/magic.rb', line 180 def snapshot_window properties['snapshot_window'] end |
#snapshot_window=(value) ⇒ Object
sets the SnapshotWindow property (String)
185 186 187 |
# File 'lib/humidifier/magic.rb', line 185 def snapshot_window=(value) update_property('snapshot_window', value) end |
#sns_topic_arn ⇒ Object
returns the SnsTopicArn property
190 191 192 |
# File 'lib/humidifier/magic.rb', line 190 def sns_topic_arn properties['sns_topic_arn'] end |
#sns_topic_arn=(value) ⇒ Object
sets the SnsTopicArn property (String)
195 196 197 |
# File 'lib/humidifier/magic.rb', line 195 def sns_topic_arn=(value) update_property('sns_topic_arn', value) end |
#sns_topic_status ⇒ Object
returns the SnsTopicStatus property
200 201 202 |
# File 'lib/humidifier/magic.rb', line 200 def sns_topic_status properties['sns_topic_status'] end |
#sns_topic_status=(value) ⇒ Object
sets the SnsTopicStatus property (String)
205 206 207 |
# File 'lib/humidifier/magic.rb', line 205 def sns_topic_status=(value) update_property('sns_topic_status', value) end |
#subnet_group_name ⇒ Object
returns the SubnetGroupName property
210 211 212 |
# File 'lib/humidifier/magic.rb', line 210 def subnet_group_name properties['subnet_group_name'] end |
#subnet_group_name=(value) ⇒ Object
sets the SubnetGroupName property (String)
215 216 217 |
# File 'lib/humidifier/magic.rb', line 215 def subnet_group_name=(value) update_property('subnet_group_name', value) end |
#tags ⇒ Object
returns the Tags property
220 221 222 |
# File 'lib/humidifier/magic.rb', line 220 def properties['tags'] end |
#tags=(value) ⇒ Object
sets the Tags property (List)
225 226 227 |
# File 'lib/humidifier/magic.rb', line 225 def (value) update_property('tags', value) end |
#tls_enabled ⇒ Object
returns the TLSEnabled property
230 231 232 |
# File 'lib/humidifier/magic.rb', line 230 def tls_enabled properties['tls_enabled'] end |
#tls_enabled=(value) ⇒ Object
sets the TLSEnabled property (Boolean)
235 236 237 |
# File 'lib/humidifier/magic.rb', line 235 def tls_enabled=(value) update_property('tls_enabled', value) end |