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.129.0 (build eaca441)",
date="2026-05-19T08:18:44.443Z")
@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.
-