Class: Humidifier::Glue::Crawler

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

Overview

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

#classifiersObject

returns the Classifiers property



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

def classifiers
  properties['classifiers']
end

#classifiers=(value) ⇒ Object

sets the Classifiers property (List)



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

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

#configurationObject

returns the Configuration property



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

def configuration
  properties['configuration']
end

#configuration=(value) ⇒ Object

sets the Configuration property (String)



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

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

#crawler_security_configurationObject

returns the CrawlerSecurityConfiguration property



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

def crawler_security_configuration
  properties['crawler_security_configuration']
end

#crawler_security_configuration=(value) ⇒ Object

sets the CrawlerSecurityConfiguration property (String)



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

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

#database_nameObject

returns the DatabaseName property



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

def database_name
  properties['database_name']
end

#database_name=(value) ⇒ Object

sets the DatabaseName property (String)



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

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

#descriptionObject

returns the Description property



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

def description
  properties['description']
end

#description=(value) ⇒ Object

sets the Description property (String)



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

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

#nameObject

returns the Name property



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

def name
  properties['name']
end

#name=(value) ⇒ Object

sets the Name property (String)



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

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

#recrawl_policyObject

returns the RecrawlPolicy property



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

def recrawl_policy
  properties['recrawl_policy']
end

#recrawl_policy=(value) ⇒ Object

sets the RecrawlPolicy property (Structure)



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

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

#roleObject

returns the Role property



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

def role
  properties['role']
end

#role=(value) ⇒ Object

sets the Role property (String)



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

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

#scheduleObject

returns the Schedule property



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

def schedule
  properties['schedule']
end

#schedule=(value) ⇒ Object

sets the Schedule property (Structure)



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

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

#schema_change_policyObject

returns the SchemaChangePolicy property



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

def schema_change_policy
  properties['schema_change_policy']
end

#schema_change_policy=(value) ⇒ Object

sets the SchemaChangePolicy property (Structure)



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

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

#table_prefixObject

returns the TablePrefix property



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

def table_prefix
  properties['table_prefix']
end

#table_prefix=(value) ⇒ Object

sets the TablePrefix property (String)



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

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

#tagsObject

returns the Tags property



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

def tags
  properties['tags']
end

#tags=(value) ⇒ Object

sets the Tags property (Json)



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

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

#targetsObject

returns the Targets property



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

def targets
  properties['targets']
end

#targets=(value) ⇒ Object

sets the Targets property (Structure)



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

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