Uses of Class
software.amazon.awscdk.services.apigatewayv2.CfnRoute.Builder
Package
Description
AWS::APIGatewayv2 Construct Library
-
Uses of CfnRoute.Builder in software.amazon.awscdk.services.apigatewayv2
Modifier and TypeMethodDescriptionThe API identifier.CfnRoute.Builder.apiKeyRequired
(Boolean apiKeyRequired) Specifies whether an API key is required for the route.CfnRoute.Builder.apiKeyRequired
(IResolvable apiKeyRequired) Specifies whether an API key is required for the route.CfnRoute.Builder.authorizationScopes
(List<String> authorizationScopes) The authorization scopes supported by this route.CfnRoute.Builder.authorizationType
(String authorizationType) The authorization type for the route.CfnRoute.Builder.authorizerId
(String authorizerId) The identifier of theAuthorizer
resource to be associated with this route.static CfnRoute.Builder
CfnRoute.Builder.modelSelectionExpression
(String modelSelectionExpression) The model selection expression for the route.CfnRoute.Builder.operationName
(String operationName) The operation name for the route.CfnRoute.Builder.requestModels
(Object requestModels) The request models for the route.CfnRoute.Builder.requestParameters
(Object requestParameters) The request parameters for the route.The route key for the route.CfnRoute.Builder.routeResponseSelectionExpression
(String routeResponseSelectionExpression) The route response selection expression for the route.The target for the route.