Class: Humidifier::DAX::Cluster

Inherits:
Resource
  • Object
show all
Defined in:
lib/humidifier/magic.rb

Overview

A dynamically-defined class that represents an AWS::DAX::Cluster resource

AWS Resource:

Constant Summary

Constants inherited from Resource

Resource::COMMON_ATTRIBUTES

Instance Method Summary collapse

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_zonesObject

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_typeObject

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_nameObject

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

#descriptionObject

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_arnObject

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_typeObject

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_arnObject

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_nameObject

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_windowObject

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_factorObject

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_idsObject

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_specificationObject

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_nameObject

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

#tagsObject

returns the Tags property



140
141
142
# File 'lib/humidifier/magic.rb', line 140

def tags
  properties['tags']
end

#tags=(value) ⇒ Object

sets the Tags property (Json)



145
146
147
# File 'lib/humidifier/magic.rb', line 145

def tags=(value)
  update_property('tags', value)
end