Class: Humidifier::AppSync::GraphQLApi
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::AppSync::GraphQLApi resource
Constant Summary
Constants inherited from Resource
Instance Method Summary collapse
-
#additional_authentication_providers ⇒ Object
returns the AdditionalAuthenticationProviders property.
-
#additional_authentication_providers=(value) ⇒ Object
sets the AdditionalAuthenticationProviders property (Structure).
-
#authentication_type ⇒ Object
returns the AuthenticationType property.
-
#authentication_type=(value) ⇒ Object
sets the AuthenticationType property (String).
-
#lambda_authorizer_config ⇒ Object
returns the LambdaAuthorizerConfig property.
-
#lambda_authorizer_config=(value) ⇒ Object
sets the LambdaAuthorizerConfig property (Structure).
-
#log_config ⇒ Object
returns the LogConfig property.
-
#log_config=(value) ⇒ Object
sets the LogConfig property (Structure).
-
#name ⇒ Object
returns the Name property.
-
#name=(value) ⇒ Object
sets the Name property (String).
-
#open_id_connect_config ⇒ Object
returns the OpenIDConnectConfig property.
-
#open_id_connect_config=(value) ⇒ Object
sets the OpenIDConnectConfig property (Structure).
-
#tags ⇒ Object
returns the Tags property.
-
#tags=(value) ⇒ Object
sets the Tags property (Structure).
-
#user_pool_config ⇒ Object
returns the UserPoolConfig property.
-
#user_pool_config=(value) ⇒ Object
sets the UserPoolConfig property (Structure).
-
#xray_enabled ⇒ Object
returns the XrayEnabled property.
-
#xray_enabled=(value) ⇒ Object
sets the XrayEnabled property (Boolean).
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
#additional_authentication_providers ⇒ Object
returns the AdditionalAuthenticationProviders property
10 11 12 |
# File 'lib/humidifier/magic.rb', line 10 def additional_authentication_providers properties['additional_authentication_providers'] end |
#additional_authentication_providers=(value) ⇒ Object
sets the AdditionalAuthenticationProviders property (Structure)
15 16 17 |
# File 'lib/humidifier/magic.rb', line 15 def additional_authentication_providers=(value) update_property('additional_authentication_providers', value) end |
#authentication_type ⇒ Object
returns the AuthenticationType property
20 21 22 |
# File 'lib/humidifier/magic.rb', line 20 def authentication_type properties['authentication_type'] end |
#authentication_type=(value) ⇒ Object
sets the AuthenticationType property (String)
25 26 27 |
# File 'lib/humidifier/magic.rb', line 25 def authentication_type=(value) update_property('authentication_type', value) end |
#lambda_authorizer_config ⇒ Object
returns the LambdaAuthorizerConfig property
30 31 32 |
# File 'lib/humidifier/magic.rb', line 30 def properties['lambda_authorizer_config'] end |
#lambda_authorizer_config=(value) ⇒ Object
sets the LambdaAuthorizerConfig property (Structure)
35 36 37 |
# File 'lib/humidifier/magic.rb', line 35 def (value) update_property('lambda_authorizer_config', value) end |
#log_config ⇒ Object
returns the LogConfig property
40 41 42 |
# File 'lib/humidifier/magic.rb', line 40 def log_config properties['log_config'] end |
#log_config=(value) ⇒ Object
sets the LogConfig property (Structure)
45 46 47 |
# File 'lib/humidifier/magic.rb', line 45 def log_config=(value) update_property('log_config', value) end |
#name ⇒ Object
returns the Name property
50 51 52 |
# File 'lib/humidifier/magic.rb', line 50 def name properties['name'] end |
#name=(value) ⇒ Object
sets the Name property (String)
55 56 57 |
# File 'lib/humidifier/magic.rb', line 55 def name=(value) update_property('name', value) end |
#open_id_connect_config ⇒ Object
returns the OpenIDConnectConfig property
60 61 62 |
# File 'lib/humidifier/magic.rb', line 60 def open_id_connect_config properties['open_id_connect_config'] end |
#open_id_connect_config=(value) ⇒ Object
sets the OpenIDConnectConfig property (Structure)
65 66 67 |
# File 'lib/humidifier/magic.rb', line 65 def open_id_connect_config=(value) update_property('open_id_connect_config', value) end |
#tags ⇒ Object
returns the Tags property
70 71 72 |
# File 'lib/humidifier/magic.rb', line 70 def properties['tags'] end |
#tags=(value) ⇒ Object
sets the Tags property (Structure)
75 76 77 |
# File 'lib/humidifier/magic.rb', line 75 def (value) update_property('tags', value) end |
#user_pool_config ⇒ Object
returns the UserPoolConfig property
80 81 82 |
# File 'lib/humidifier/magic.rb', line 80 def user_pool_config properties['user_pool_config'] end |
#user_pool_config=(value) ⇒ Object
sets the UserPoolConfig property (Structure)
85 86 87 |
# File 'lib/humidifier/magic.rb', line 85 def user_pool_config=(value) update_property('user_pool_config', value) end |
#xray_enabled ⇒ Object
returns the XrayEnabled property
90 91 92 |
# File 'lib/humidifier/magic.rb', line 90 def xray_enabled properties['xray_enabled'] end |
#xray_enabled=(value) ⇒ Object
sets the XrayEnabled property (Boolean)
95 96 97 |
# File 'lib/humidifier/magic.rb', line 95 def xray_enabled=(value) update_property('xray_enabled', value) end |