Uses of Interface
software.amazon.awscdk.interfaces.apigatewayv2.IAuthorizerRef
Packages that use IAuthorizerRef
Package
Description
AWS APIGatewayv2 Construct Library
-
Uses of IAuthorizerRef in software.amazon.awscdk.interfaces.apigatewayv2
Subinterfaces of IAuthorizerRef in software.amazon.awscdk.interfaces.apigatewayv2Modifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIAuthorizerRef.Classes in software.amazon.awscdk.interfaces.apigatewayv2 that implement IAuthorizerRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IAuthorizerRef in software.amazon.awscdk.services.apigatewayv2
Subinterfaces of IAuthorizerRef in software.amazon.awscdk.services.apigatewayv2Modifier and TypeInterfaceDescriptioninterfaceRepresents an Authorizer.static interfaceInternal default implementation forIAuthorizer.interfaceAn authorizer for HTTP APIs.static interfaceInternal default implementation forIHttpAuthorizer.interfaceAn authorizer for WebSocket APIs.static interfaceInternal default implementation forIWebSocketAuthorizer.Classes in software.amazon.awscdk.services.apigatewayv2 that implement IAuthorizerRefModifier and TypeClassDescriptionclassTheAWS::ApiGatewayV2::Authorizerresource creates an authorizer for a WebSocket API or an HTTP API.classAn authorizer for Http Apis.static final classA proxy class which represents a concrete javascript instance of this type.static final classA proxy class which represents a concrete javascript instance of this type.static final classA proxy class which represents a concrete javascript instance of this type.classAn authorizer for WebSocket Apis.Methods in software.amazon.awscdk.services.apigatewayv2 with parameters of type IAuthorizerRefModifier and TypeMethodDescriptionCfnRoute.Builder.authorizerId(IAuthorizerRef authorizerId) The identifier of theAuthorizerresource to be associated with this route.CfnRouteProps.Builder.authorizerId(IAuthorizerRef authorizerId) Sets the value ofCfnRouteProps.getAuthorizerId()