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