@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-11T19:24:23.168Z") @Stability(value=Deprecated) @Deprecated public interface CfnIntegrationResponseV2Props 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 responseParameters;
Object responseTemplates;
CfnIntegrationResponseV2Props cfnIntegrationResponseV2Props = CfnIntegrationResponseV2Props.builder()
.apiId("apiId")
.integrationId("integrationId")
.integrationResponseKey("integrationResponseKey")
// the properties below are optional
.contentHandlingStrategy("contentHandlingStrategy")
.responseParameters(responseParameters)
.responseTemplates(responseTemplates)
.templateSelectionExpression("templateSelectionExpression")
.build();
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnIntegrationResponseV2Props.Builder
Deprecated.
|
static class |
CfnIntegrationResponseV2Props.Jsii$Proxy
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static CfnIntegrationResponseV2Props.Builder |
builder()
Deprecated.
|
String |
getApiId()
Deprecated.
|
default String |
getContentHandlingStrategy()
Deprecated.
|
String |
getIntegrationId()
Deprecated.
|
String |
getIntegrationResponseKey()
Deprecated.
|
default Object |
getResponseParameters()
Deprecated.
|
default Object |
getResponseTemplates()
Deprecated.
|
default String |
getTemplateSelectionExpression()
Deprecated.
|
@Stability(value=Deprecated) @Deprecated @NotNull String getApiId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-apiid@Stability(value=Deprecated) @Deprecated @NotNull String getIntegrationId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationid@Stability(value=Deprecated) @Deprecated @NotNull String getIntegrationResponseKey()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationresponsekey@Stability(value=Deprecated) @Deprecated @Nullable default String getContentHandlingStrategy()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-contenthandlingstrategy@Stability(value=Deprecated) @Deprecated @Nullable default Object getResponseParameters()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-responseparameters@Stability(value=Deprecated) @Deprecated @Nullable default Object getResponseTemplates()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-responsetemplates@Stability(value=Deprecated) @Deprecated @Nullable default String getTemplateSelectionExpression()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-templateselectionexpression@Stability(value=Deprecated) @Deprecated static CfnIntegrationResponseV2Props.Builder builder()
Copyright © 2022. All rights reserved.