Vpc Link Args
data class VpcLinkArgs(val name: Output<String>? = null, val securityGroupIds: Output<List<String>>? = null, val subnetIds: Output<List<String>>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<VpcLinkArgs>
The `AWS::ApiGatewayV2::VpcLink`
resource creates a VPC link. Supported only for HTTP APIs. The VPC link status must transition from `PENDING`
to `AVAILABLE`
to successfully create a VPC link, which can take up to 10 minutes. To learn more, see Working with VPC Links for HTTP APIs in the API Gateway Developer Guide.