@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:01.660Z") @Stability(value=Deprecated) @Deprecated public interface CfnRouteResponseV2Props 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 responseModels;
Object responseParameters;
CfnRouteResponseV2Props cfnRouteResponseV2Props = CfnRouteResponseV2Props.builder()
.apiId("apiId")
.routeId("routeId")
.routeResponseKey("routeResponseKey")
// the properties below are optional
.modelSelectionExpression("modelSelectionExpression")
.responseModels(responseModels)
.responseParameters(responseParameters)
.build();
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRouteResponseV2Props.Builder
Deprecated.
|
static class |
CfnRouteResponseV2Props.Jsii$Proxy
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static CfnRouteResponseV2Props.Builder |
builder()
Deprecated.
|
String |
getApiId()
Deprecated.
|
default String |
getModelSelectionExpression()
Deprecated.
|
default Object |
getResponseModels()
Deprecated.
|
default Object |
getResponseParameters()
Deprecated.
|
String |
getRouteId()
Deprecated.
|
String |
getRouteResponseKey()
Deprecated.
|
@Stability(value=Deprecated) @Deprecated @NotNull String getApiId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-apiid@Stability(value=Deprecated) @Deprecated @NotNull String getRouteId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-routeid@Stability(value=Deprecated) @Deprecated @NotNull String getRouteResponseKey()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-routeresponsekey@Stability(value=Deprecated) @Deprecated @Nullable default String getModelSelectionExpression()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-modelselectionexpression@Stability(value=Deprecated) @Deprecated @Nullable default Object getResponseModels()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-responsemodels@Stability(value=Deprecated) @Deprecated @Nullable default Object getResponseParameters()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-responseparameters@Stability(value=Deprecated) @Deprecated static CfnRouteResponseV2Props.Builder builder()
CfnRouteResponseV2Props.Builder of CfnRouteResponseV2PropsCopyright © 2022. All rights reserved.