| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigatewayv2 |
AWS::ApiGatewayV2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnRoute.Builder |
CfnRoute.Builder.apiId(String apiId)
The API identifier.
|
CfnRoute.Builder |
CfnRoute.Builder.apiKeyRequired(Boolean apiKeyRequired)
Specifies whether an API key is required for the route.
|
CfnRoute.Builder |
CfnRoute.Builder.apiKeyRequired(IResolvable apiKeyRequired)
Specifies whether an API key is required for the route.
|
CfnRoute.Builder |
CfnRoute.Builder.authorizationScopes(List<String> authorizationScopes)
The authorization scopes supported by this route.
|
CfnRoute.Builder |
CfnRoute.Builder.authorizationType(String authorizationType)
The authorization type for the route.
|
CfnRoute.Builder |
CfnRoute.Builder.authorizerId(String authorizerId)
The identifier of the `Authorizer` resource to be associated with this route.
|
static CfnRoute.Builder |
CfnRoute.Builder.create(software.constructs.Construct scope,
String id) |
CfnRoute.Builder |
CfnRoute.Builder.modelSelectionExpression(String modelSelectionExpression)
The model selection expression for the route.
|
CfnRoute.Builder |
CfnRoute.Builder.operationName(String operationName)
The operation name for the route.
|
CfnRoute.Builder |
CfnRoute.Builder.requestModels(Object requestModels)
The request models for the route.
|
CfnRoute.Builder |
CfnRoute.Builder.requestParameters(Object requestParameters)
The request parameters for the route.
|
CfnRoute.Builder |
CfnRoute.Builder.routeKey(String routeKey)
The route key for the route.
|
CfnRoute.Builder |
CfnRoute.Builder.routeResponseSelectionExpression(String routeResponseSelectionExpression)
The route response selection expression for the route.
|
CfnRoute.Builder |
CfnRoute.Builder.target(String target)
The target for the route.
|
Copyright © 2022. All rights reserved.