Uses of Interface
software.amazon.awscdk.interfaces.apigateway.IAuthorizerRef
Packages that use IAuthorizerRef
Package
Description
Amazon API Gateway Construct Library
-
Uses of IAuthorizerRef in software.amazon.awscdk.interfaces.apigateway
Subinterfaces of IAuthorizerRef in software.amazon.awscdk.interfaces.apigatewayModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIAuthorizerRef.Classes in software.amazon.awscdk.interfaces.apigateway 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.apigateway
Classes in software.amazon.awscdk.services.apigateway that implement IAuthorizerRefModifier and TypeClassDescriptionclassTheAWS::ApiGateway::Authorizerresource creates an authorization layer that API Gateway activates for methods that have authorization enabled.Methods in software.amazon.awscdk.services.apigateway with parameters of type IAuthorizerRefModifier and TypeMethodDescriptionCfnMethod.Builder.authorizerId(IAuthorizerRef authorizerId) The identifier of an authorizer to use on this method.CfnMethodProps.Builder.authorizerId(IAuthorizerRef authorizerId) Sets the value ofCfnMethodProps.getAuthorizerId()