Class: Humidifier::ApiGateway::Authorizer
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::ApiGateway::Authorizer resource
Constant Summary
Constants inherited from Resource
Instance Method Summary collapse
-
#auth_type ⇒ Object
returns the AuthType property.
-
#auth_type=(value) ⇒ Object
sets the AuthType property (String).
-
#authorizer_credentials ⇒ Object
returns the AuthorizerCredentials property.
-
#authorizer_credentials=(value) ⇒ Object
sets the AuthorizerCredentials property (String).
-
#authorizer_result_ttl_in_seconds ⇒ Object
returns the AuthorizerResultTtlInSeconds property.
-
#authorizer_result_ttl_in_seconds=(value) ⇒ Object
sets the AuthorizerResultTtlInSeconds property (Integer).
-
#authorizer_uri ⇒ Object
returns the AuthorizerUri property.
-
#authorizer_uri=(value) ⇒ Object
sets the AuthorizerUri property (String).
-
#identity_source ⇒ Object
returns the IdentitySource property.
-
#identity_source=(value) ⇒ Object
sets the IdentitySource property (String).
-
#identity_validation_expression ⇒ Object
returns the IdentityValidationExpression property.
-
#identity_validation_expression=(value) ⇒ Object
sets the IdentityValidationExpression property (String).
-
#name ⇒ Object
returns the Name property.
-
#name=(value) ⇒ Object
sets the Name property (String).
-
#provider_arns ⇒ Object
returns the ProviderARNs property.
-
#provider_arns=(value) ⇒ Object
sets the ProviderARNs property (List).
-
#rest_api_id ⇒ Object
returns the RestApiId property.
-
#rest_api_id=(value) ⇒ Object
sets the RestApiId property (String).
-
#type ⇒ Object
returns the Type property.
-
#type=(value) ⇒ Object
sets the Type property (String).
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
#auth_type ⇒ Object
returns the AuthType property
10 11 12 |
# File 'lib/humidifier/magic.rb', line 10 def auth_type properties['auth_type'] end |
#auth_type=(value) ⇒ Object
sets the AuthType property (String)
15 16 17 |
# File 'lib/humidifier/magic.rb', line 15 def auth_type=(value) update_property('auth_type', value) end |
#authorizer_credentials ⇒ Object
returns the AuthorizerCredentials property
20 21 22 |
# File 'lib/humidifier/magic.rb', line 20 def properties['authorizer_credentials'] end |
#authorizer_credentials=(value) ⇒ Object
sets the AuthorizerCredentials property (String)
25 26 27 |
# File 'lib/humidifier/magic.rb', line 25 def (value) update_property('authorizer_credentials', value) end |
#authorizer_result_ttl_in_seconds ⇒ Object
returns the AuthorizerResultTtlInSeconds property
30 31 32 |
# File 'lib/humidifier/magic.rb', line 30 def properties['authorizer_result_ttl_in_seconds'] end |
#authorizer_result_ttl_in_seconds=(value) ⇒ Object
sets the AuthorizerResultTtlInSeconds property (Integer)
35 36 37 |
# File 'lib/humidifier/magic.rb', line 35 def (value) update_property('authorizer_result_ttl_in_seconds', value) end |
#authorizer_uri ⇒ Object
returns the AuthorizerUri property
40 41 42 |
# File 'lib/humidifier/magic.rb', line 40 def properties['authorizer_uri'] end |
#authorizer_uri=(value) ⇒ Object
sets the AuthorizerUri property (String)
45 46 47 |
# File 'lib/humidifier/magic.rb', line 45 def (value) update_property('authorizer_uri', value) end |
#identity_source ⇒ Object
returns the IdentitySource property
50 51 52 |
# File 'lib/humidifier/magic.rb', line 50 def identity_source properties['identity_source'] end |
#identity_source=(value) ⇒ Object
sets the IdentitySource property (String)
55 56 57 |
# File 'lib/humidifier/magic.rb', line 55 def identity_source=(value) update_property('identity_source', value) end |
#identity_validation_expression ⇒ Object
returns the IdentityValidationExpression property
60 61 62 |
# File 'lib/humidifier/magic.rb', line 60 def identity_validation_expression properties['identity_validation_expression'] end |
#identity_validation_expression=(value) ⇒ Object
sets the IdentityValidationExpression property (String)
65 66 67 |
# File 'lib/humidifier/magic.rb', line 65 def identity_validation_expression=(value) update_property('identity_validation_expression', value) end |
#name ⇒ Object
returns the Name property
70 71 72 |
# File 'lib/humidifier/magic.rb', line 70 def name properties['name'] end |
#name=(value) ⇒ Object
sets the Name property (String)
75 76 77 |
# File 'lib/humidifier/magic.rb', line 75 def name=(value) update_property('name', value) end |
#provider_arns ⇒ Object
returns the ProviderARNs property
80 81 82 |
# File 'lib/humidifier/magic.rb', line 80 def provider_arns properties['provider_arns'] end |
#provider_arns=(value) ⇒ Object
sets the ProviderARNs property (List)
85 86 87 |
# File 'lib/humidifier/magic.rb', line 85 def provider_arns=(value) update_property('provider_arns', value) end |
#rest_api_id ⇒ Object
returns the RestApiId property
90 91 92 |
# File 'lib/humidifier/magic.rb', line 90 def rest_api_id properties['rest_api_id'] end |
#rest_api_id=(value) ⇒ Object
sets the RestApiId property (String)
95 96 97 |
# File 'lib/humidifier/magic.rb', line 95 def rest_api_id=(value) update_property('rest_api_id', value) end |
#type ⇒ Object
returns the Type property
100 101 102 |
# File 'lib/humidifier/magic.rb', line 100 def type properties['type'] end |
#type=(value) ⇒ Object
sets the Type property (String)
105 106 107 |
# File 'lib/humidifier/magic.rb', line 105 def type=(value) update_property('type', value) end |