@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:15.785Z") @Stability(value=Stable) public interface CfnIntegrationResponseProps 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.apigatewayv2.*;
Object responseParameters;
Object responseTemplates;
CfnIntegrationResponseProps cfnIntegrationResponseProps = CfnIntegrationResponseProps.builder()
.apiId("apiId")
.integrationId("integrationId")
.integrationResponseKey("integrationResponseKey")
// the properties below are optional
.contentHandlingStrategy("contentHandlingStrategy")
.responseParameters(responseParameters)
.responseTemplates(responseTemplates)
.templateSelectionExpression("templateSelectionExpression")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnIntegrationResponseProps.Builder
A builder for
CfnIntegrationResponseProps |
static class |
CfnIntegrationResponseProps.Jsii$Proxy
An implementation for
CfnIntegrationResponseProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnIntegrationResponseProps.Builder |
builder() |
String |
getApiId()
`AWS::ApiGatewayV2::IntegrationResponse.ApiId`.
|
default String |
getContentHandlingStrategy()
`AWS::ApiGatewayV2::IntegrationResponse.ContentHandlingStrategy`.
|
String |
getIntegrationId()
`AWS::ApiGatewayV2::IntegrationResponse.IntegrationId`.
|
String |
getIntegrationResponseKey()
`AWS::ApiGatewayV2::IntegrationResponse.IntegrationResponseKey`.
|
default Object |
getResponseParameters()
`AWS::ApiGatewayV2::IntegrationResponse.ResponseParameters`.
|
default Object |
getResponseTemplates()
`AWS::ApiGatewayV2::IntegrationResponse.ResponseTemplates`.
|
default String |
getTemplateSelectionExpression()
`AWS::ApiGatewayV2::IntegrationResponse.TemplateSelectionExpression`.
|
@Stability(value=Stable) @NotNull String getApiId()
@Stability(value=Stable) @Nullable default String getContentHandlingStrategy()
@Stability(value=Stable) @NotNull String getIntegrationId()
@Stability(value=Stable) @NotNull String getIntegrationResponseKey()
@Stability(value=Stable) @Nullable default Object getResponseParameters()
@Stability(value=Stable) @Nullable default Object getResponseTemplates()
@Stability(value=Stable) @Nullable default String getTemplateSelectionExpression()
@Stability(value=Stable) static CfnIntegrationResponseProps.Builder builder()
Copyright © 2021. All rights reserved.