Interface CfnRouteV2Props
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnRouteV2Props.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:44.877Z")
@Stability(Deprecated)
@Deprecated
public interface CfnRouteV2Props
extends software.amazon.jsii.JsiiSerializable
Deprecated.
moved to package aws-apigatewayv2
(deprecated) Properties for defining a
AWS::ApiGatewayV2::Route
.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.apigateway.*; Object requestModels; Object requestParameters; CfnRouteV2Props cfnRouteV2Props = CfnRouteV2Props.builder() .apiId("apiId") .routeKey("routeKey") // the properties below are optional .apiKeyRequired(false) .authorizationScopes(List.of("authorizationScopes")) .authorizationType("authorizationType") .authorizerId("authorizerId") .modelSelectionExpression("modelSelectionExpression") .operationName("operationName") .requestModels(requestModels) .requestParameters(requestParameters) .routeResponseSelectionExpression("routeResponseSelectionExpression") .target("target") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
Deprecated.static final class
Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic CfnRouteV2Props.Builder
builder()
Deprecated.getApiId()
Deprecated.default Object
Deprecated.Deprecated.default String
Deprecated.default String
Deprecated.default String
Deprecated.default String
Deprecated.default Object
Deprecated.default Object
Deprecated.Deprecated.default String
Deprecated.default String
Deprecated.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getApiId
Deprecated.(deprecated)AWS::ApiGatewayV2::Route.ApiId
.- See Also:
-
getRouteKey
Deprecated.(deprecated)AWS::ApiGatewayV2::Route.RouteKey
.- See Also:
-
getApiKeyRequired
Deprecated.(deprecated)AWS::ApiGatewayV2::Route.ApiKeyRequired
.- See Also:
-
getAuthorizationScopes
Deprecated.(deprecated)AWS::ApiGatewayV2::Route.AuthorizationScopes
.- See Also:
-
getAuthorizationType
Deprecated.(deprecated)AWS::ApiGatewayV2::Route.AuthorizationType
.- See Also:
-
getAuthorizerId
Deprecated.(deprecated)AWS::ApiGatewayV2::Route.AuthorizerId
.- See Also:
-
getModelSelectionExpression
Deprecated.(deprecated)AWS::ApiGatewayV2::Route.ModelSelectionExpression
.- See Also:
-
getOperationName
Deprecated.(deprecated)AWS::ApiGatewayV2::Route.OperationName
.- See Also:
-
getRequestModels
Deprecated.(deprecated)AWS::ApiGatewayV2::Route.RequestModels
.- See Also:
-
getRequestParameters
Deprecated.(deprecated)AWS::ApiGatewayV2::Route.RequestParameters
.- See Also:
-
getRouteResponseSelectionExpression
Deprecated.(deprecated)AWS::ApiGatewayV2::Route.RouteResponseSelectionExpression
.- See Also:
-
getTarget
Deprecated.(deprecated)AWS::ApiGatewayV2::Route.Target
.- See Also:
-
builder
Deprecated.- Returns:
- a
CfnRouteV2Props.Builder
ofCfnRouteV2Props
-