@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:54:56.914Z") @Stability(value=Stable) public interface CfnRouteProps extends software.amazon.jsii.JsiiSerializable
| 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()
@Stability(value=Stable) @NotNull String getRouteKey()
@Stability(value=Stable) @Nullable default Object getApiKeyRequired()
@Stability(value=Stable) @Nullable default List<String> getAuthorizationScopes()
@Stability(value=Stable) @Nullable default String getAuthorizationType()
@Stability(value=Stable) @Nullable default String getAuthorizerId()
@Stability(value=Stable) @Nullable default String getModelSelectionExpression()
@Stability(value=Stable) @Nullable default String getOperationName()
@Stability(value=Stable) @Nullable default Object getRequestModels()
@Stability(value=Stable) @Nullable default Object getRequestParameters()
@Stability(value=Stable) @Nullable default String getRouteResponseSelectionExpression()
@Stability(value=Stable) @Nullable default String getTarget()
@Stability(value=Stable) static CfnRouteProps.Builder builder()
CfnRouteProps.Builder of CfnRoutePropsCopyright © 2021. All rights reserved.