Class: Humidifier::ApiGatewayV2::Authorizer
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::ApiGatewayV2::Authorizer 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).
-
#authorizer_credentials_arn ⇒ Object
returns the AuthorizerCredentialsArn property.
-
#authorizer_credentials_arn=(value) ⇒ Object
sets the AuthorizerCredentialsArn property (String).
-
#authorizer_payload_format_version ⇒ Object
returns the AuthorizerPayloadFormatVersion property.
-
#authorizer_payload_format_version=(value) ⇒ Object
sets the AuthorizerPayloadFormatVersion 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_type ⇒ Object
returns the AuthorizerType property.
-
#authorizer_type=(value) ⇒ Object
sets the AuthorizerType property (String).
-
#authorizer_uri ⇒ Object
returns the AuthorizerUri property.
-
#authorizer_uri=(value) ⇒ Object
sets the AuthorizerUri property (String).
-
#enable_simple_responses ⇒ Object
returns the EnableSimpleResponses property.
-
#enable_simple_responses=(value) ⇒ Object
sets the EnableSimpleResponses property (Boolean).
-
#identity_source ⇒ Object
returns the IdentitySource property.
-
#identity_source=(value) ⇒ Object
sets the IdentitySource property (List).
-
#identity_validation_expression ⇒ Object
returns the IdentityValidationExpression property.
-
#identity_validation_expression=(value) ⇒ Object
sets the IdentityValidationExpression property (String).
-
#jwt_configuration ⇒ Object
returns the JwtConfiguration property.
-
#jwt_configuration=(value) ⇒ Object
sets the JwtConfiguration property (Structure).
-
#name ⇒ Object
returns the Name property.
-
#name=(value) ⇒ Object
sets the Name 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
#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 |
#authorizer_credentials_arn ⇒ Object
returns the AuthorizerCredentialsArn property
20 21 22 |
# File 'lib/humidifier/magic.rb', line 20 def 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 (value) update_property('authorizer_credentials_arn', value) end |
#authorizer_payload_format_version ⇒ Object
returns the AuthorizerPayloadFormatVersion property
30 31 32 |
# File 'lib/humidifier/magic.rb', line 30 def 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 (value) update_property('authorizer_payload_format_version', value) end |
#authorizer_result_ttl_in_seconds ⇒ Object
returns the AuthorizerResultTtlInSeconds property
40 41 42 |
# File 'lib/humidifier/magic.rb', line 40 def 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 (value) update_property('authorizer_result_ttl_in_seconds', value) end |
#authorizer_type ⇒ Object
returns the AuthorizerType property
50 51 52 |
# File 'lib/humidifier/magic.rb', line 50 def properties['authorizer_type'] end |
#authorizer_type=(value) ⇒ Object
sets the AuthorizerType property (String)
55 56 57 |
# File 'lib/humidifier/magic.rb', line 55 def (value) update_property('authorizer_type', value) end |
#authorizer_uri ⇒ Object
returns the AuthorizerUri property
60 61 62 |
# File 'lib/humidifier/magic.rb', line 60 def properties['authorizer_uri'] end |
#authorizer_uri=(value) ⇒ Object
sets the AuthorizerUri property (String)
65 66 67 |
# File 'lib/humidifier/magic.rb', line 65 def (value) update_property('authorizer_uri', value) end |
#enable_simple_responses ⇒ Object
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_source ⇒ Object
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_expression ⇒ Object
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_configuration ⇒ Object
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 |
#name ⇒ Object
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 |