Interface IAuthorizer
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IAuthorizer.Jsii$Default
- All Known Implementing Classes:
Authorizer,CognitoUserPoolsAuthorizer,IAuthorizer.Jsii$Proxy,RequestAuthorizer,TokenAuthorizer
@Generated(value="jsii-pacmak/1.116.0 (build 0eddcff)",
date="2025-10-29T11:15:31.485Z")
@Stability(Stable)
public interface IAuthorizer
extends software.amazon.jsii.JsiiSerializable
Represents an API Gateway authorizer.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIAuthorizer.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptiondefault AuthorizationTypeThe authorization type of this authorizer.The authorizer ID.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAuthorizerId
The authorizer ID. -
getAuthorizationType
The authorization type of this authorizer.
-