@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:02.491Z") @Stability(value=Stable) public interface CfnRouteProps extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRouteProps.Builder
A builder for
CfnRouteProps |
static class |
CfnRouteProps.Jsii$Proxy
An implementation for
CfnRouteProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnRouteProps.Builder |
builder() |
String |
getApiId()
`AWS::ApiGatewayV2::Route.ApiId`.
|
default Object |
getApiKeyRequired()
`AWS::ApiGatewayV2::Route.ApiKeyRequired`.
|
default List<String> |
getAuthorizationScopes()
`AWS::ApiGatewayV2::Route.AuthorizationScopes`.
|
default String |
getAuthorizationType()
`AWS::ApiGatewayV2::Route.AuthorizationType`.
|
default String |
getAuthorizerId()
`AWS::ApiGatewayV2::Route.AuthorizerId`.
|
default String |
getModelSelectionExpression()
`AWS::ApiGatewayV2::Route.ModelSelectionExpression`.
|
default String |
getOperationName()
`AWS::ApiGatewayV2::Route.OperationName`.
|
default Object |
getRequestModels()
`AWS::ApiGatewayV2::Route.RequestModels`.
|
default Object |
getRequestParameters()
`AWS::ApiGatewayV2::Route.RequestParameters`.
|
String |
getRouteKey()
`AWS::ApiGatewayV2::Route.RouteKey`.
|
default String |
getRouteResponseSelectionExpression()
`AWS::ApiGatewayV2::Route.RouteResponseSelectionExpression`.
|
default String |
getTarget()
`AWS::ApiGatewayV2::Route.Target`.
|
@Stability(value=Stable) @NotNull String getApiId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-apiid@Stability(value=Stable) @NotNull String getRouteKey()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-routekey@Stability(value=Stable) @Nullable default Object getApiKeyRequired()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-apikeyrequired@Stability(value=Stable) @Nullable default List<String> getAuthorizationScopes()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-authorizationscopes@Stability(value=Stable) @Nullable default String getAuthorizationType()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-authorizationtype@Stability(value=Stable) @Nullable default String getAuthorizerId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-authorizerid@Stability(value=Stable) @Nullable default String getModelSelectionExpression()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-modelselectionexpression@Stability(value=Stable) @Nullable default String getOperationName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-operationname@Stability(value=Stable) @Nullable default Object getRequestModels()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-requestmodels@Stability(value=Stable) @Nullable default Object getRequestParameters()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-requestparameters@Stability(value=Stable) @Nullable default String getRouteResponseSelectionExpression()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-routeresponseselectionexpression@Stability(value=Stable) @Nullable default String getTarget()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-target@Stability(value=Stable) static CfnRouteProps.Builder builder()
CfnRouteProps.Builder of CfnRoutePropsCopyright © 2020. All rights reserved.