Class: Humidifier::AppSync::FunctionConfiguration
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::AppSync::FunctionConfiguration resource
Constant Summary
Constants inherited from Resource
Instance Method Summary collapse
- 
  
    
      #api_id  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    returns the ApiId property. 
- 
  
    
      #api_id=(value)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    sets the ApiId property (String). 
- 
  
    
      #data_source_name  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    returns the DataSourceName property. 
- 
  
    
      #data_source_name=(value)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    sets the DataSourceName property (String). 
- 
  
    
      #description  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    returns the Description property. 
- 
  
    
      #description=(value)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    sets the Description property (String). 
- 
  
    
      #function_version  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    returns the FunctionVersion property. 
- 
  
    
      #function_version=(value)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    sets the FunctionVersion property (String). 
- 
  
    
      #max_batch_size  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    returns the MaxBatchSize property. 
- 
  
    
      #max_batch_size=(value)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    sets the MaxBatchSize property (Integer). 
- 
  
    
      #name  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    returns the Name property. 
- 
  
    
      #name=(value)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    sets the Name property (String). 
- 
  
    
      #request_mapping_template  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    returns the RequestMappingTemplate property. 
- 
  
    
      #request_mapping_template=(value)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    sets the RequestMappingTemplate property (String). 
- 
  
    
      #request_mapping_template_s3_location  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    returns the RequestMappingTemplateS3Location property. 
- 
  
    
      #request_mapping_template_s3_location=(value)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    sets the RequestMappingTemplateS3Location property (String). 
- 
  
    
      #response_mapping_template  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    returns the ResponseMappingTemplate property. 
- 
  
    
      #response_mapping_template=(value)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    sets the ResponseMappingTemplate property (String). 
- 
  
    
      #response_mapping_template_s3_location  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    returns the ResponseMappingTemplateS3Location property. 
- 
  
    
      #response_mapping_template_s3_location=(value)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    sets the ResponseMappingTemplateS3Location property (String). 
- 
  
    
      #sync_config  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    returns the SyncConfig property. 
- 
  
    
      #sync_config=(value)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    sets the SyncConfig property (Structure). 
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_id ⇒ Object
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 | 
#data_source_name ⇒ Object
returns the DataSourceName property
| 20 21 22 | # File 'lib/humidifier/magic.rb', line 20 def data_source_name properties['data_source_name'] end | 
#data_source_name=(value) ⇒ Object
sets the DataSourceName property (String)
| 25 26 27 | # File 'lib/humidifier/magic.rb', line 25 def data_source_name=(value) update_property('data_source_name', value) end | 
#description ⇒ Object
returns the Description property
| 30 31 32 | # File 'lib/humidifier/magic.rb', line 30 def description properties['description'] end | 
#description=(value) ⇒ Object
sets the Description property (String)
| 35 36 37 | # File 'lib/humidifier/magic.rb', line 35 def description=(value) update_property('description', value) end | 
#function_version ⇒ Object
returns the FunctionVersion property
| 40 41 42 | # File 'lib/humidifier/magic.rb', line 40 def function_version properties['function_version'] end | 
#function_version=(value) ⇒ Object
sets the FunctionVersion property (String)
| 45 46 47 | # File 'lib/humidifier/magic.rb', line 45 def function_version=(value) update_property('function_version', value) end | 
#max_batch_size ⇒ Object
returns the MaxBatchSize property
| 50 51 52 | # File 'lib/humidifier/magic.rb', line 50 def max_batch_size properties['max_batch_size'] end | 
#max_batch_size=(value) ⇒ Object
sets the MaxBatchSize property (Integer)
| 55 56 57 | # File 'lib/humidifier/magic.rb', line 55 def max_batch_size=(value) update_property('max_batch_size', value) end | 
#name ⇒ Object
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 | 
#request_mapping_template ⇒ Object
returns the RequestMappingTemplate property
| 70 71 72 | # File 'lib/humidifier/magic.rb', line 70 def request_mapping_template properties['request_mapping_template'] end | 
#request_mapping_template=(value) ⇒ Object
sets the RequestMappingTemplate property (String)
| 75 76 77 | # File 'lib/humidifier/magic.rb', line 75 def request_mapping_template=(value) update_property('request_mapping_template', value) end | 
#request_mapping_template_s3_location ⇒ Object
returns the RequestMappingTemplateS3Location property
| 80 81 82 | # File 'lib/humidifier/magic.rb', line 80 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)
| 85 86 87 | # File 'lib/humidifier/magic.rb', line 85 def request_mapping_template_s3_location=(value) update_property('request_mapping_template_s3_location', value) end | 
#response_mapping_template ⇒ Object
returns the ResponseMappingTemplate property
| 90 91 92 | # File 'lib/humidifier/magic.rb', line 90 def response_mapping_template properties['response_mapping_template'] end | 
#response_mapping_template=(value) ⇒ Object
sets the ResponseMappingTemplate property (String)
| 95 96 97 | # File 'lib/humidifier/magic.rb', line 95 def response_mapping_template=(value) update_property('response_mapping_template', value) end | 
#response_mapping_template_s3_location ⇒ Object
returns the ResponseMappingTemplateS3Location property
| 100 101 102 | # File 'lib/humidifier/magic.rb', line 100 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)
| 105 106 107 | # File 'lib/humidifier/magic.rb', line 105 def response_mapping_template_s3_location=(value) update_property('response_mapping_template_s3_location', value) end | 
#sync_config ⇒ Object
returns the SyncConfig property
| 110 111 112 | # File 'lib/humidifier/magic.rb', line 110 def sync_config properties['sync_config'] end | 
#sync_config=(value) ⇒ Object
sets the SyncConfig property (Structure)
| 115 116 117 | # File 'lib/humidifier/magic.rb', line 115 def sync_config=(value) update_property('sync_config', value) end |