Class: Humidifier::ApiGatewayV2::Authorizer

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

Overview

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

#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

#authorizer_credentials_arnObject

returns the AuthorizerCredentialsArn property



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

def authorizer_credentials_arn
  properties['authorizer_credentials_arn']
end

#authorizer_credentials_arn=(value) ⇒ Object

sets the AuthorizerCredentialsArn property (String)



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

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

#authorizer_payload_format_versionObject

returns the AuthorizerPayloadFormatVersion property



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

def authorizer_payload_format_version
  properties['authorizer_payload_format_version']
end

#authorizer_payload_format_version=(value) ⇒ Object

sets the AuthorizerPayloadFormatVersion property (String)



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

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

#authorizer_result_ttl_in_secondsObject

returns the AuthorizerResultTtlInSeconds property



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

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)



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

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

#authorizer_typeObject

returns the AuthorizerType property



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

def authorizer_type
  properties['authorizer_type']
end

#authorizer_type=(value) ⇒ Object

sets the AuthorizerType property (String)



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

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

#authorizer_uriObject

returns the AuthorizerUri property



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

def authorizer_uri
  properties['authorizer_uri']
end

#authorizer_uri=(value) ⇒ Object

sets the AuthorizerUri property (String)



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

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

#enable_simple_responsesObject

returns the EnableSimpleResponses property



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

def enable_simple_responses
  properties['enable_simple_responses']
end

#enable_simple_responses=(value) ⇒ Object

sets the EnableSimpleResponses property (Boolean)



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

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

#identity_sourceObject

returns the IdentitySource property



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

def identity_source
  properties['identity_source']
end

#identity_source=(value) ⇒ Object

sets the IdentitySource property (List)



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

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

#identity_validation_expressionObject

returns the IdentityValidationExpression property



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

def identity_validation_expression
  properties['identity_validation_expression']
end

#identity_validation_expression=(value) ⇒ Object

sets the IdentityValidationExpression property (String)



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

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

#jwt_configurationObject

returns the JwtConfiguration property



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

def jwt_configuration
  properties['jwt_configuration']
end

#jwt_configuration=(value) ⇒ Object

sets the JwtConfiguration property (Structure)



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

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

#nameObject

returns the Name property



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

def name
  properties['name']
end

#name=(value) ⇒ Object

sets the Name property (String)



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

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