data class VpcLinkArgs(val name: Output<String>? = null, val securityGroupIds: Output<List<String>>? = null, val subnetIds: Output<List<String>>? = null, val tags: Output<Any>? = null) : ConvertibleToJava<VpcLinkArgs>
Resource Type definition for AWS::ApiGatewayV2::VpcLink