Class: Humidifier::Glue::DevEndpoint

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

Overview

A dynamically-defined class that represents an AWS::Glue::DevEndpoint 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

#argumentsObject

returns the Arguments property



10
11
12
# File 'lib/humidifier/magic.rb', line 10

def arguments
  properties['arguments']
end

#arguments=(value) ⇒ Object

sets the Arguments property (Json)



15
16
17
# File 'lib/humidifier/magic.rb', line 15

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

#endpoint_nameObject

returns the EndpointName property



20
21
22
# File 'lib/humidifier/magic.rb', line 20

def endpoint_name
  properties['endpoint_name']
end

#endpoint_name=(value) ⇒ Object

sets the EndpointName property (String)



25
26
27
# File 'lib/humidifier/magic.rb', line 25

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

#extra_jars_s3_pathObject

returns the ExtraJarsS3Path property



30
31
32
# File 'lib/humidifier/magic.rb', line 30

def extra_jars_s3_path
  properties['extra_jars_s3_path']
end

#extra_jars_s3_path=(value) ⇒ Object

sets the ExtraJarsS3Path property (String)



35
36
37
# File 'lib/humidifier/magic.rb', line 35

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

#extra_python_libs_s3_pathObject

returns the ExtraPythonLibsS3Path property



40
41
42
# File 'lib/humidifier/magic.rb', line 40

def extra_python_libs_s3_path
  properties['extra_python_libs_s3_path']
end

#extra_python_libs_s3_path=(value) ⇒ Object

sets the ExtraPythonLibsS3Path property (String)



45
46
47
# File 'lib/humidifier/magic.rb', line 45

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

#glue_versionObject

returns the GlueVersion property



50
51
52
# File 'lib/humidifier/magic.rb', line 50

def glue_version
  properties['glue_version']
end

#glue_version=(value) ⇒ Object

sets the GlueVersion property (String)



55
56
57
# File 'lib/humidifier/magic.rb', line 55

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

#number_of_nodesObject

returns the NumberOfNodes property



60
61
62
# File 'lib/humidifier/magic.rb', line 60

def number_of_nodes
  properties['number_of_nodes']
end

#number_of_nodes=(value) ⇒ Object

sets the NumberOfNodes property (Integer)



65
66
67
# File 'lib/humidifier/magic.rb', line 65

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

#number_of_workersObject

returns the NumberOfWorkers property



70
71
72
# File 'lib/humidifier/magic.rb', line 70

def number_of_workers
  properties['number_of_workers']
end

#number_of_workers=(value) ⇒ Object

sets the NumberOfWorkers property (Integer)



75
76
77
# File 'lib/humidifier/magic.rb', line 75

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

#public_keyObject

returns the PublicKey property



80
81
82
# File 'lib/humidifier/magic.rb', line 80

def public_key
  properties['public_key']
end

#public_key=(value) ⇒ Object

sets the PublicKey property (String)



85
86
87
# File 'lib/humidifier/magic.rb', line 85

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

#public_keysObject

returns the PublicKeys property



90
91
92
# File 'lib/humidifier/magic.rb', line 90

def public_keys
  properties['public_keys']
end

#public_keys=(value) ⇒ Object

sets the PublicKeys property (List)



95
96
97
# File 'lib/humidifier/magic.rb', line 95

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

#role_arnObject

returns the RoleArn property



100
101
102
# File 'lib/humidifier/magic.rb', line 100

def role_arn
  properties['role_arn']
end

#role_arn=(value) ⇒ Object

sets the RoleArn property (String)



105
106
107
# File 'lib/humidifier/magic.rb', line 105

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

#security_configurationObject

returns the SecurityConfiguration property



110
111
112
# File 'lib/humidifier/magic.rb', line 110

def security_configuration
  properties['security_configuration']
end

#security_configuration=(value) ⇒ Object

sets the SecurityConfiguration property (String)



115
116
117
# File 'lib/humidifier/magic.rb', line 115

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

#security_group_idsObject

returns the SecurityGroupIds property



120
121
122
# File 'lib/humidifier/magic.rb', line 120

def security_group_ids
  properties['security_group_ids']
end

#security_group_ids=(value) ⇒ Object

sets the SecurityGroupIds property (List)



125
126
127
# File 'lib/humidifier/magic.rb', line 125

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

#subnet_idObject

returns the SubnetId property



130
131
132
# File 'lib/humidifier/magic.rb', line 130

def subnet_id
  properties['subnet_id']
end

#subnet_id=(value) ⇒ Object

sets the SubnetId property (String)



135
136
137
# File 'lib/humidifier/magic.rb', line 135

def subnet_id=(value)
  update_property('subnet_id', 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

#worker_typeObject

returns the WorkerType property



150
151
152
# File 'lib/humidifier/magic.rb', line 150

def worker_type
  properties['worker_type']
end

#worker_type=(value) ⇒ Object

sets the WorkerType property (String)



155
156
157
# File 'lib/humidifier/magic.rb', line 155

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