Interface IAuthorizer.Jsii$Default
- All Superinterfaces:
IAuthorizer
,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IAuthorizer.Jsii$Proxy
- Enclosing interface:
IAuthorizer
Internal default implementation for
IAuthorizer
.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.apigateway.IAuthorizer
IAuthorizer.Jsii$Default, IAuthorizer.Jsii$Proxy
-
Method Summary
Modifier and TypeMethodDescriptiondefault AuthorizationType
The authorization type of this authorizer.default String
The authorizer ID.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAuthorizerId
The authorizer ID.- Specified by:
getAuthorizerId
in interfaceIAuthorizer
-
getAuthorizationType
The authorization type of this authorizer.- Specified by:
getAuthorizationType
in interfaceIAuthorizer
-