Interface IGatewayAuthorizerConfig
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IGatewayAuthorizerConfig.Jsii$Default
- All Known Implementing Classes:
CustomJwtAuthorizer,IamAuthorizer,IGatewayAuthorizerConfig.Jsii$Proxy,NoAuthAuthorizer
@Generated(value="jsii-pacmak/1.130.0 (build 048a5ee)",
date="2026-05-20T12:39:41.808Z")
@Stability(Stable)
public interface IGatewayAuthorizerConfig
extends software.amazon.jsii.JsiiSerializable
Abstract interface for gateway authorizer configuration.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIGatewayAuthorizerConfig.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAuthorizerType
The authorizer type.
-