Class: Humidifier::AppSync::Resolver

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

Overview

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

#api_idObject

returns the ApiId property



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

def api_id
  properties['api_id']
end

#api_id=(value) ⇒ Object

sets the ApiId property (String)



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

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

#caching_configObject

returns the CachingConfig property



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

def caching_config
  properties['caching_config']
end

#caching_config=(value) ⇒ Object

sets the CachingConfig property (Structure)



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

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

#data_source_nameObject

returns the DataSourceName property



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

def data_source_name
  properties['data_source_name']
end

#data_source_name=(value) ⇒ Object

sets the DataSourceName property (String)



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

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

#field_nameObject

returns the FieldName property



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

def field_name
  properties['field_name']
end

#field_name=(value) ⇒ Object

sets the FieldName property (String)



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

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

#kindObject

returns the Kind property



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

def kind
  properties['kind']
end

#kind=(value) ⇒ Object

sets the Kind property (String)



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

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

#max_batch_sizeObject

returns the MaxBatchSize property



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

def max_batch_size
  properties['max_batch_size']
end

#max_batch_size=(value) ⇒ Object

sets the MaxBatchSize property (Integer)



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

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

#pipeline_configObject

returns the PipelineConfig property



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

def pipeline_config
  properties['pipeline_config']
end

#pipeline_config=(value) ⇒ Object

sets the PipelineConfig property (Structure)



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

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

#request_mapping_templateObject

returns the RequestMappingTemplate property



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

def request_mapping_template
  properties['request_mapping_template']
end

#request_mapping_template=(value) ⇒ Object

sets the RequestMappingTemplate property (String)



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

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

#request_mapping_template_s3_locationObject

returns the RequestMappingTemplateS3Location property



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

def request_mapping_template_s3_location
  properties['request_mapping_template_s3_location']
end

#request_mapping_template_s3_location=(value) ⇒ Object

sets the RequestMappingTemplateS3Location property (String)



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

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

#response_mapping_templateObject

returns the ResponseMappingTemplate property



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

def response_mapping_template
  properties['response_mapping_template']
end

#response_mapping_template=(value) ⇒ Object

sets the ResponseMappingTemplate property (String)



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

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

#response_mapping_template_s3_locationObject

returns the ResponseMappingTemplateS3Location property



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

def response_mapping_template_s3_location
  properties['response_mapping_template_s3_location']
end

#response_mapping_template_s3_location=(value) ⇒ Object

sets the ResponseMappingTemplateS3Location property (String)



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

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

#sync_configObject

returns the SyncConfig property



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

def sync_config
  properties['sync_config']
end

#sync_config=(value) ⇒ Object

sets the SyncConfig property (Structure)



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

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

#type_nameObject

returns the TypeName property



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

def type_name
  properties['type_name']
end

#type_name=(value) ⇒ Object

sets the TypeName property (String)



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

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