Module: AWSCDK::APIGateway::IAuthorizer
- Included in:
- Authorizer, CognitoUserPoolsAuthorizer, RequestAuthorizer, TokenAuthorizer
- Defined in:
- api_gateway/i_authorizer.rb
Overview
Represents an API Gateway authorizer.
Class Method Summary collapse
Instance Method Summary collapse
-
#authorization_type ⇒ AWSCDK::APIGateway::AuthorizationType?
The authorization type of this authorizer.
-
#authorizer_id ⇒ String
The authorizer ID.
Class Method Details
.jsii_overridable_methods ⇒ Object
21 22 23 24 25 26 |
# File 'api_gateway/i_authorizer.rb', line 21 def self.jsii_overridable_methods { :authorizer_id => { kind: :property, name: "authorizerId", is_optional: false }, :authorization_type => { kind: :property, name: "authorizationType", is_optional: true }, } end |
Instance Method Details
#authorization_type ⇒ AWSCDK::APIGateway::AuthorizationType?
The authorization type of this authorizer.
17 18 19 |
# File 'api_gateway/i_authorizer.rb', line 17 def () jsii_get_property("authorizationType") end |
#authorizer_id ⇒ String
The authorizer ID.
10 11 12 |
# File 'api_gateway/i_authorizer.rb', line 10 def () jsii_get_property("authorizerId") end |