We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44d6603 commit 0bed1cfCopy full SHA for 0bed1cf
packages/aws-cdk-lib/aws-apigateway/lib/integration.ts
@@ -149,7 +149,7 @@ export interface IntegrationOptions {
149
readonly vpcLinkV2?: apigwv2.IVpcLink;
150
151
/**
152
- * The ALB or NLB listener ARN to send the request to.
+ * The ALB or NLB ARN to send the request to.
153
*
154
* Only supported for private integrations that use VPC links V2.
155
* When using this property, you must also specify `vpcLinkV2`.
0 commit comments