| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigatewayv2 |
AWS::ApiGatewayV2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnIntegrationResponse.Builder |
CfnIntegrationResponse.Builder.apiId(String apiId)
The API identifier.
|
CfnIntegrationResponse.Builder |
CfnIntegrationResponse.Builder.contentHandlingStrategy(String contentHandlingStrategy)
Supported only for WebSocket APIs.
|
static CfnIntegrationResponse.Builder |
CfnIntegrationResponse.Builder.create(software.constructs.Construct scope,
String id) |
CfnIntegrationResponse.Builder |
CfnIntegrationResponse.Builder.integrationId(String integrationId)
The integration ID.
|
CfnIntegrationResponse.Builder |
CfnIntegrationResponse.Builder.integrationResponseKey(String integrationResponseKey)
The integration response key.
|
CfnIntegrationResponse.Builder |
CfnIntegrationResponse.Builder.responseParameters(Object responseParameters)
A key-value map specifying response parameters that are passed to the method response from the backend.
|
CfnIntegrationResponse.Builder |
CfnIntegrationResponse.Builder.responseTemplates(Object responseTemplates)
The collection of response templates for the integration response as a string-to-string map of key-value pairs.
|
CfnIntegrationResponse.Builder |
CfnIntegrationResponse.Builder.templateSelectionExpression(String templateSelectionExpression)
The template selection expression for the integration response.
|
Copyright © 2022. All rights reserved.