AWS::ApiGateway::VpcLinkThe `AWS::ApiGateway::VpcLink` resource creates an API Gateway VPC link for a REST API to access resources in an Amazon Virtual Private Cloud (VPC). For more information, see [vpclink:create](https://docs.aws.amazon.com/apigateway/latest/api/API_CreateVpcLink.html) in the `Amazon API Gateway REST API Reference` .
import { CfnVpcLink } from 'aws-cdk-lib/aws-apigateway';Or use the module namespace:
import * as apigateway from 'aws-cdk-lib/aws-apigateway';
// apigateway.CfnVpcLinkConfiguration passed to the constructor as CfnVpcLinkProps.
nameRequiredstringThe name used to label and identify the VPC link.
targetArnsRequiredstring | ILoadBalancerRef[]The ARN of the network load balancer of the VPC targeted by the VPC link. The network load balancer must be owned by the same AWS account of the API owner.
descriptionOptionalstringThe description of the VPC link.
tagsOptionalCfnTag[]An array of arbitrary tags (key-value pairs) to associate with the VPC link.
This L1 construct maps directly to the following CloudFormation resource type.
Everything you need to know about Amazon API Gateway on one page. HD quality, print-friendly.
Download Free Infographicaws-apigatewayAWS::ApiGateway::VpcLink