Class: Humidifier::ApiGateway::Authorizer

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

Overview

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

#auth_typeObject

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_credentialsObject

returns the AuthorizerCredentials property



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

def authorizer_credentials
  properties['authorizer_credentials']
end

#authorizer_credentials=(value) ⇒ Object

sets the AuthorizerCredentials property (String)



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

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

#authorizer_result_ttl_in_secondsObject

returns the AuthorizerResultTtlInSeconds property



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

def authorizer_result_ttl_in_seconds
  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 authorizer_result_ttl_in_seconds=(value)
  update_property('authorizer_result_ttl_in_seconds', value)
end

#authorizer_uriObject

returns the AuthorizerUri property



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

def authorizer_uri
  properties['authorizer_uri']
end

#authorizer_uri=(value) ⇒ Object

sets the AuthorizerUri property (String)



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

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

#identity_sourceObject

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_expressionObject

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

#nameObject

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_arnsObject

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_idObject

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

#typeObject

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