interface ResponseParameterMapProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.Apigatewayv2.CfnIntegration.ResponseParameterMapProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsapigatewayv2#CfnIntegration_ResponseParameterMapProperty |
Java | software.amazon.awscdk.services.apigatewayv2.CfnIntegration.ResponseParameterMapProperty |
Python | aws_cdk.aws_apigatewayv2.CfnIntegration.ResponseParameterMapProperty |
TypeScript | aws-cdk-lib » aws_apigatewayv2 » CfnIntegration » ResponseParameterMapProperty |
map of response parameter lists.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_apigatewayv2 as apigatewayv2 } from 'aws-cdk-lib';
const responseParameterMapProperty: apigatewayv2.CfnIntegration.ResponseParameterMapProperty = {
responseParameters: [{
destination: 'destination',
source: 'source',
}],
};
Properties
Name | Type | Description |
---|---|---|
response | IResolvable | IResolvable | Response [] | list of response parameters. |
responseParameters?
Type:
IResolvable
|
IResolvable
|
Response
[]
(optional)
list of response parameters.