interface IntegrationResponseReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Apigatewayv2.IntegrationResponseReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsapigatewayv2#IntegrationResponseReference |
![]() | software.amazon.awscdk.services.apigatewayv2.IntegrationResponseReference |
![]() | aws_cdk.aws_apigatewayv2.IntegrationResponseReference |
![]() | aws-cdk-lib » aws_apigatewayv2 » IntegrationResponseReference |
A reference to a IntegrationResponse resource.
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 integrationResponseReference: apigatewayv2.IntegrationResponseReference = {
apiId: 'apiId',
integrationId: 'integrationId',
integrationResponseId: 'integrationResponseId',
};
Properties
Name | Type | Description |
---|---|---|
api | string | The ApiId of the IntegrationResponse resource. |
integration | string | The IntegrationId of the IntegrationResponse resource. |
integration | string | The IntegrationResponseId of the IntegrationResponse resource. |
apiId
Type:
string
The ApiId of the IntegrationResponse resource.
integrationId
Type:
string
The IntegrationId of the IntegrationResponse resource.
integrationResponseId
Type:
string
The IntegrationResponseId of the IntegrationResponse resource.