Vpc Link Args
data class VpcLinkArgs(val description: Output<String>? = null, val name: Output<String>? = null, val tags: Output<List<TagArgs>>? = null, val targetArns: Output<List<String>>? = null) : ConvertibleToJava<VpcLinkArgs>
The `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 in the `Amazon API Gateway REST API Reference`
.