Skip to content

Commit 0bed1cf

Browse files
Update packages/aws-cdk-lib/aws-apigateway/lib/integration.ts
1 parent 44d6603 commit 0bed1cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aws-cdk-lib/aws-apigateway/lib/integration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ export interface IntegrationOptions {
149149
readonly vpcLinkV2?: apigwv2.IVpcLink;
150150

151151
/**
152-
* The ALB or NLB listener ARN to send the request to.
152+
* The ALB or NLB ARN to send the request to.
153153
*
154154
* Only supported for private integrations that use VPC links V2.
155155
* When using this property, you must also specify `vpcLinkV2`.

0 commit comments

Comments
 (0)