@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-11T19:24:23.229Z") @Stability(value=Deprecated) @Deprecated public interface CfnRouteV2Props extends software.amazon.jsii.JsiiSerializable
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();
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRouteV2Props.Builder
Deprecated.
|
static class |
CfnRouteV2Props.Jsii$Proxy
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static CfnRouteV2Props.Builder |
builder()
Deprecated.
|
String |
getApiId()
Deprecated.
|
default Object |
getApiKeyRequired()
Deprecated.
|
default List<String> |
getAuthorizationScopes()
Deprecated.
|
default String |
getAuthorizationType()
Deprecated.
|
default String |
getAuthorizerId()
Deprecated.
|
default String |
getModelSelectionExpression()
Deprecated.
|
default String |
getOperationName()
Deprecated.
|
default Object |
getRequestModels()
Deprecated.
|
default Object |
getRequestParameters()
Deprecated.
|
String |
getRouteKey()
Deprecated.
|
default String |
getRouteResponseSelectionExpression()
Deprecated.
|
default String |
getTarget()
Deprecated.
|
@Stability(value=Deprecated) @Deprecated @NotNull String getApiId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-apiid@Stability(value=Deprecated) @Deprecated @NotNull String getRouteKey()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-routekey@Stability(value=Deprecated) @Deprecated @Nullable default Object getApiKeyRequired()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-apikeyrequired@Stability(value=Deprecated) @Deprecated @Nullable default List<String> getAuthorizationScopes()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-authorizationscopes@Stability(value=Deprecated) @Deprecated @Nullable default String getAuthorizationType()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-authorizationtype@Stability(value=Deprecated) @Deprecated @Nullable default String getAuthorizerId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-authorizerid@Stability(value=Deprecated) @Deprecated @Nullable default String getModelSelectionExpression()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-modelselectionexpression@Stability(value=Deprecated) @Deprecated @Nullable default String getOperationName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-operationname@Stability(value=Deprecated) @Deprecated @Nullable default Object getRequestModels()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-requestmodels@Stability(value=Deprecated) @Deprecated @Nullable default Object getRequestParameters()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-requestparameters@Stability(value=Deprecated) @Deprecated @Nullable default String getRouteResponseSelectionExpression()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-routeresponseselectionexpression@Stability(value=Deprecated) @Deprecated @Nullable default String getTarget()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-target@Stability(value=Deprecated) @Deprecated static CfnRouteV2Props.Builder builder()
CfnRouteV2Props.Builder of CfnRouteV2PropsCopyright © 2022. All rights reserved.