Uses of Interface
software.amazon.awscdk.interfaces.apigateway.IRequestValidatorRef
Packages that use IRequestValidatorRef
Package
Description
Amazon API Gateway Construct Library
-
Uses of IRequestValidatorRef in software.amazon.awscdk.interfaces.apigateway
Subinterfaces of IRequestValidatorRef in software.amazon.awscdk.interfaces.apigatewayModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIRequestValidatorRef.Classes in software.amazon.awscdk.interfaces.apigateway that implement IRequestValidatorRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IRequestValidatorRef in software.amazon.awscdk.services.apigateway
Subinterfaces of IRequestValidatorRef in software.amazon.awscdk.services.apigatewayModifier and TypeInterfaceDescriptioninterfacestatic interfaceInternal default implementation forIRequestValidator.Classes in software.amazon.awscdk.services.apigateway that implement IRequestValidatorRefModifier and TypeClassDescriptionclassTheAWS::ApiGateway::RequestValidatorresource sets up basic validation rules for incoming requests to your API.static final classA proxy class which represents a concrete javascript instance of this type.classExample:Methods in software.amazon.awscdk.services.apigateway with parameters of type IRequestValidatorRefModifier and TypeMethodDescriptionCfnMethod.Builder.requestValidatorId(IRequestValidatorRef requestValidatorId) The identifier of a RequestValidator for request validation.CfnMethodProps.Builder.requestValidatorId(IRequestValidatorRef requestValidatorId) Sets the value ofCfnMethodProps.getRequestValidatorId()